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:spec_ch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
350
int wil_spec2wmi_ch(u8
spec_ch
, u8 *wmi_ch)
in wil_spec2wmi_ch()
argument
352
switch (
spec_ch
) {
in wil_spec2wmi_ch()
390
int wil_wmi2spec_ch(u8 wmi_ch, u8 *
spec_ch
)
in wil_wmi2spec_ch()
argument
394
*
spec_ch
= 1;
in wil_wmi2spec_ch()
397
*
spec_ch
= 2;
in wil_wmi2spec_ch()
400
*
spec_ch
= 3;
in wil_wmi2spec_ch()
403
*
spec_ch
= 4;
in wil_wmi2spec_ch()
406
*
spec_ch
= 5;
in wil_wmi2spec_ch()
409
*
spec_ch
= 6;
in wil_wmi2spec_ch()
412
*
spec_ch
in wil_wmi2spec_ch()
[all...]
H
A
D
wil6210.h
1423
int wil_wmi2spec_ch(u8 wmi_ch, u8 *
spec_ch
);
1424
int wil_spec2wmi_ch(u8
spec_ch
, u8 *wmi_ch);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
cfg80211.c
350
int wil_spec2wmi_ch(u8
spec_ch
, u8 *wmi_ch)
in wil_spec2wmi_ch()
argument
352
switch (
spec_ch
) {
in wil_spec2wmi_ch()
390
int wil_wmi2spec_ch(u8 wmi_ch, u8 *
spec_ch
)
in wil_wmi2spec_ch()
argument
394
*
spec_ch
= 1;
in wil_wmi2spec_ch()
397
*
spec_ch
= 2;
in wil_wmi2spec_ch()
400
*
spec_ch
= 3;
in wil_wmi2spec_ch()
403
*
spec_ch
= 4;
in wil_wmi2spec_ch()
406
*
spec_ch
= 5;
in wil_wmi2spec_ch()
409
*
spec_ch
= 6;
in wil_wmi2spec_ch()
412
*
spec_ch
in wil_wmi2spec_ch()
[all...]
H
A
D
wil6210.h
1425
int wil_wmi2spec_ch(u8 wmi_ch, u8 *
spec_ch
);
1426
int wil_spec2wmi_ch(u8
spec_ch
, u8 *wmi_ch);
Completed in 12 milliseconds