Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:phy_ctxts
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
222
memset(mvm->
phy_ctxts
, 0, sizeof(mvm->
phy_ctxts
));
in iwl_mvm_reset_phy_ctxts()
224
mvm->
phy_ctxts
[i].id = i;
in iwl_mvm_reset_phy_ctxts()
225
mvm->
phy_ctxts
[i].ref = 0;
in iwl_mvm_reset_phy_ctxts()
1327
if (!mvm->
phy_ctxts
[i].ref)
in iwl_mvm_get_free_phy_ctxt()
1328
return &mvm->
phy_ctxts
[i];
in iwl_mvm_get_free_phy_ctxt()
3887
phy_ctxt = &mvm->
phy_ctxts
[i];
in iwl_mvm_roc()
4081
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in __iwl_mvm_remove_chanctx()
4104
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in iwl_mvm_change_chanctx()
4145
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_i
in __iwl_mvm_assign_vif_chanctx()
[all...]
H
A
D
ftm-responder.c
418
phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in iwl_mvm_ftm_start_responder()
H
A
D
debugfs-vif.c
663
phy_ctxt = &mvm->
phy_ctxts
[*(u16 *)chanctx_conf->drv_priv];
in iwl_dbgfs_rx_phyinfo_write()
H
A
D
fw.c
1512
ret = iwl_mvm_phy_ctxt_add(mvm, &mvm->
phy_ctxts
[i],
in iwl_mvm_up()
H
A
D
mvm.h
968
struct iwl_mvm_phy_ctxt
phy_ctxts
[NUM_PHY_CTX];
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
96
memset(mvm->
phy_ctxts
, 0, sizeof(mvm->
phy_ctxts
));
in iwl_mvm_reset_phy_ctxts()
98
mvm->
phy_ctxts
[i].id = i;
in iwl_mvm_reset_phy_ctxts()
99
mvm->
phy_ctxts
[i].ref = 0;
in iwl_mvm_reset_phy_ctxts()
1329
if (!mvm->
phy_ctxts
[i].ref)
in iwl_mvm_get_free_phy_ctxt()
1330
return &mvm->
phy_ctxts
[i];
in iwl_mvm_get_free_phy_ctxt()
4611
phy_ctxt = &mvm->
phy_ctxts
[i];
in iwl_mvm_roc_common()
4760
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in __iwl_mvm_remove_chanctx()
4782
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in iwl_mvm_change_chanctx()
4830
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_i
in __iwl_mvm_assign_vif_chanctx_common()
[all...]
H
A
D
ftm-responder.c
427
phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in iwl_mvm_ftm_start_responder()
H
A
D
debugfs-vif.c
601
phy_ctxt = &mvm->
phy_ctxts
[*(u16 *)chanctx_conf->drv_priv];
in iwl_dbgfs_rx_phyinfo_write()
H
A
D
mld-mac80211.c
244
struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->
phy_ctxts
[*phy_ctxt_id];
in __iwl_mvm_mld_assign_vif_chanctx()
H
A
D
mvm.h
999
struct iwl_mvm_phy_ctxt
phy_ctxts
[NUM_PHY_CTX];
member
H
A
D
fw.c
1642
ret = iwl_mvm_phy_ctxt_add(mvm, &mvm->
phy_ctxts
[i],
in iwl_mvm_up()
Completed in 30 milliseconds