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:if_combination
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00dev.c
1309
struct ieee80211_iface_combination *
if_combination
;
in rt2x00lib_set_if_combinations()
local
1327
if_combination
= &rt2x00dev->if_combinations[IF_COMB_AP];
in rt2x00lib_set_if_combinations()
1328
if_combination
->limits = if_limit;
in rt2x00lib_set_if_combinations()
1329
if_combination
->n_limits = 1;
in rt2x00lib_set_if_combinations()
1330
if_combination
->max_interfaces = if_limit->max;
in rt2x00lib_set_if_combinations()
1331
if_combination
->num_different_channels = 1;
in rt2x00lib_set_if_combinations()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00dev.c
1323
struct ieee80211_iface_combination *
if_combination
;
in rt2x00lib_set_if_combinations()
local
1341
if_combination
= &rt2x00dev->if_combinations[IF_COMB_AP];
in rt2x00lib_set_if_combinations()
1342
if_combination
->limits = if_limit;
in rt2x00lib_set_if_combinations()
1343
if_combination
->n_limits = 1;
in rt2x00lib_set_if_combinations()
1344
if_combination
->max_interfaces = if_limit->max;
in rt2x00lib_set_if_combinations()
1345
if_combination
->num_different_channels = 1;
in rt2x00lib_set_if_combinations()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
mac80211_hwsim.c
553
struct ieee80211_iface_combination
if_combination
;
member
3093
data->
if_combination
.radar_detect_widths = 0;
in mac80211_hwsim_new_radio()
3094
data->
if_combination
.num_different_channels = data->channels;
in mac80211_hwsim_new_radio()
3097
data->
if_combination
.num_different_channels = 1;
in mac80211_hwsim_new_radio()
3098
data->
if_combination
.radar_detect_widths =
in mac80211_hwsim_new_radio()
3113
data->
if_combination
.max_interfaces = 0;
in mac80211_hwsim_new_radio()
3115
data->
if_combination
.max_interfaces +=
in mac80211_hwsim_new_radio()
3118
data->
if_combination
.n_limits = n_limits;
in mac80211_hwsim_new_radio()
3119
data->
if_combination
.limits = data->if_limits;
in mac80211_hwsim_new_radio()
3126
if (data->
if_combination
in mac80211_hwsim_new_radio()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
649
struct ieee80211_iface_combination
if_combination
;
member
5064
data->
if_combination
.radar_detect_widths = 0;
in mac80211_hwsim_new_radio()
5065
data->
if_combination
.num_different_channels = data->channels;
in mac80211_hwsim_new_radio()
5067
data->
if_combination
.num_different_channels = 1;
in mac80211_hwsim_new_radio()
5068
data->
if_combination
.radar_detect_widths =
in mac80211_hwsim_new_radio()
5083
data->
if_combination
.max_interfaces = 0;
in mac80211_hwsim_new_radio()
5085
data->
if_combination
.max_interfaces +=
in mac80211_hwsim_new_radio()
5088
data->
if_combination
.n_limits = n_limits;
in mac80211_hwsim_new_radio()
5089
data->
if_combination
.limits = data->if_limits;
in mac80211_hwsim_new_radio()
5096
if (data->
if_combination
in mac80211_hwsim_new_radio()
[all...]
Completed in 15 milliseconds