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:op_ch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
cfg80211.c
253
wl->
op_ch
= channelnum;
in set_channel()
407
vif->wilc->
op_ch
= ch;
in connect()
953
struct wilc_attr_oper_ch *
op_ch
;
in wilc_wfi_cfg_parse_ch_attr()
local
1011
op_ch
= (struct wilc_attr_oper_ch *)&buf[op_ch_idx];
in wilc_wfi_cfg_parse_ch_attr()
1012
op_ch
->op_class = WILC_WLAN_OPERATING_CLASS_2_4GHZ;
in wilc_wfi_cfg_parse_ch_attr()
1013
op_ch
->op_channel = sta_ch;
in wilc_wfi_cfg_parse_ch_attr()
1023
freq = ieee80211_channel_to_frequency(wl->
op_ch
, NL80211_BAND_2GHZ);
in wilc_wfi_mgmt_frame_rx()
1057
freq = ieee80211_channel_to_frequency(wl->
op_ch
, NL80211_BAND_2GHZ);
in wilc_wfi_p2p_rx()
1137
vif->wilc->
op_ch
= chan->hw_value;
in remain_on_channel()
1209
vif->wilc->
op_ch
in mgmt_tx()
[all...]
H
A
D
netdev.h
269
u8
op_ch
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
cfg80211.c
251
wl->
op_ch
= channelnum;
in set_channel()
417
vif->wilc->
op_ch
= ch;
in connect()
933
struct wilc_attr_oper_ch *
op_ch
;
in wilc_wfi_cfg_parse_ch_attr()
local
992
op_ch
= (struct wilc_attr_oper_ch *)&buf[op_ch_idx];
in wilc_wfi_cfg_parse_ch_attr()
993
op_ch
->op_class = WILC_WLAN_OPERATING_CLASS_2_4GHZ;
in wilc_wfi_cfg_parse_ch_attr()
994
op_ch
->op_channel = sta_ch;
in wilc_wfi_cfg_parse_ch_attr()
1027
freq = ieee80211_channel_to_frequency(wl->
op_ch
, NL80211_BAND_2GHZ);
in wilc_wfi_p2p_rx()
1107
vif->wilc->
op_ch
= chan->hw_value;
in remain_on_channel()
1179
vif->wilc->
op_ch
= chan->hw_value;
in mgmt_tx()
1190
vif->wilc->
op_ch
in mgmt_tx()
[all...]
H
A
D
netdev.h
268
u8
op_ch
;
member
Completed in 6 milliseconds