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:rf_modules_vec
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
2854
u32
rf_modules_vec
;
in wil_rf_sector_get_cfg()
local
2897
rf_modules_vec
= nla_get_u32(
in wil_rf_sector_get_cfg()
2899
if (
rf_modules_vec
>= BIT(WMI_MAX_RF_MODULES_NUM)) {
in wil_rf_sector_get_cfg()
2900
wil_err(wil, "Invalid rf module mask 0x%x\n",
rf_modules_vec
);
in wil_rf_sector_get_cfg()
2906
cmd.
rf_modules_vec
=
rf_modules_vec
& 0xFF;
in wil_rf_sector_get_cfg()
2933
if (!(
rf_modules_vec
& BIT(i)))
in wil_rf_sector_get_cfg()
2976
u32
rf_modules_vec
= 0;
in wil_rf_sector_set_cfg()
local
3051
rf_modules_vec
|= BIT(rf_module_index);
in wil_rf_sector_set_cfg()
3067
cmd.
rf_modules_vec
in wil_rf_sector_set_cfg()
[all...]
H
A
D
wmi.h
3745
u8
rf_modules_vec
;
member
3769
u8
rf_modules_vec
;
member
3846
u8
rf_modules_vec
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
2878
u32
rf_modules_vec
;
in wil_rf_sector_get_cfg()
local
2921
rf_modules_vec
= nla_get_u32(
in wil_rf_sector_get_cfg()
2923
if (
rf_modules_vec
>= BIT(WMI_MAX_RF_MODULES_NUM)) {
in wil_rf_sector_get_cfg()
2924
wil_err(wil, "Invalid rf module mask 0x%x\n",
rf_modules_vec
);
in wil_rf_sector_get_cfg()
2930
cmd.
rf_modules_vec
=
rf_modules_vec
& 0xFF;
in wil_rf_sector_get_cfg()
2957
if (!(
rf_modules_vec
& BIT(i)))
in wil_rf_sector_get_cfg()
3000
u32
rf_modules_vec
= 0;
in wil_rf_sector_set_cfg()
local
3075
rf_modules_vec
|= BIT(rf_module_index);
in wil_rf_sector_set_cfg()
3091
cmd.
rf_modules_vec
in wil_rf_sector_set_cfg()
[all...]
H
A
D
wmi.h
3745
u8
rf_modules_vec
;
member
3769
u8
rf_modules_vec
;
member
3846
u8
rf_modules_vec
;
member
Completed in 27 milliseconds