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:sub_entity_idx
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
chan.c
376
if (rtwvif->
sub_entity_idx
== roll)
in rtw89_chanctx_ops_remove()
377
rtwvif->
sub_entity_idx
= RTW89_SUB_ENTITY_0;
in rtw89_chanctx_ops_remove()
417
rtwvif->
sub_entity_idx
= cfg->idx;
in rtw89_chanctx_ops_assign_vif()
425
rtwvif->
sub_entity_idx
= RTW89_SUB_ENTITY_0;
in rtw89_chanctx_ops_unassign_vif()
H
A
D
core.c
324
enum rtw89_sub_entity_idx
sub_entity_idx
;
in rtw89_core_set_chip_txpwr()
local
338
sub_entity_idx
= RTW89_SUB_ENTITY_0;
in rtw89_core_set_chip_txpwr()
341
sub_entity_idx
= RTW89_SUB_ENTITY_1;
in rtw89_core_set_chip_txpwr()
350
sub_entity_idx
= roc_idx;
in rtw89_core_set_chip_txpwr()
353
chan = rtw89_chan_get(rtwdev,
sub_entity_idx
);
in rtw89_core_set_chip_txpwr()
363
enum rtw89_sub_entity_idx
sub_entity_idx
;
in rtw89_set_channel()
local
377
sub_entity_idx
= RTW89_SUB_ENTITY_0;
in rtw89_set_channel()
380
sub_entity_idx
= RTW89_SUB_ENTITY_1;
in rtw89_set_channel()
389
sub_entity_idx
= roc_idx;
in rtw89_set_channel()
394
chan = rtw89_chan_get(rtwdev,
sub_entity_idx
);
in rtw89_set_channel()
[all...]
H
A
D
mac80211.c
147
rtwvif->
sub_entity_idx
= RTW89_SUB_ENTITY_0;
in rtw89_ops_add_interface()
301
rtwvif->
sub_entity_idx
);
in rtw89_aifsn_to_aifs()
469
chan = rtw89_chan_get(rtwdev, rtwvif->
sub_entity_idx
);
in rtw89_ops_start_ap()
H
A
D
regd.c
482
chan = rtw89_chan_get(rtwdev, rtwvif->
sub_entity_idx
);
in __rtw89_reg_6ghz_power_recalc()
H
A
D
phy.c
240
rtwvif->
sub_entity_idx
);
in rtw89_phy_ra_sta_update()
462
rtwvif->
sub_entity_idx
);
in rtw89_phy_rate_pattern_vif()
2898
rtwvif->
sub_entity_idx
);
in rtw89_phy_ul_tb_assoc()
H
A
D
fw.c
1763
rtwvif->
sub_entity_idx
);
in rtw89_fw_h2c_assoc_cmac_tbl()
1921
rtwvif->
sub_entity_idx
);
in rtw89_fw_h2c_update_beacon()
H
A
D
core.h
2927
enum rtw89_sub_entity_idx
sub_entity_idx
;
member
4993
return rtw89_chan_get(rtwdev, rtwvif->
sub_entity_idx
);
in rtw89_scan_chan_get()
H
A
D
mac.c
4336
rtw89_assign_entity_chan(rtwdev, rtwvif->
sub_entity_idx
,
in rtw89_mac_c2h_scanofld_rsp()
4343
rtw89_assign_entity_chan(rtwdev, rtwvif->
sub_entity_idx
,
in rtw89_mac_c2h_scanofld_rsp()
H
A
D
coex.c
5670
rtwvif->
sub_entity_idx
);
in rtw89_btc_ntfy_role_info()
Completed in 50 milliseconds