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_comb
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
cfg80211.c
1109
struct ieee80211_iface_combination *
if_comb
;
in qtnf_wiphy_setup_if_comb()
local
1114
if_comb
= mac_info->
if_comb
;
in qtnf_wiphy_setup_if_comb()
1117
if (!
if_comb
|| !n_if_comb)
in qtnf_wiphy_setup_if_comb()
1121
if_comb
[i].radar_detect_widths = mac_info->radar_detect_widths;
in qtnf_wiphy_setup_if_comb()
1123
for (j = 0; j <
if_comb
[i].n_limits; j++)
in qtnf_wiphy_setup_if_comb()
1124
interface_modes |=
if_comb
[i].limits[j].types;
in qtnf_wiphy_setup_if_comb()
1127
wiphy->iface_combinations =
if_comb
;
in qtnf_wiphy_setup_if_comb()
H
A
D
core.c
304
if (mac->macinfo.
if_comb
) {
in qtnf_mac_iface_comb_free()
306
comb = &mac->macinfo.
if_comb
[i];
in qtnf_mac_iface_comb_free()
311
kfree(mac->macinfo.
if_comb
);
in qtnf_mac_iface_comb_free()
312
mac->macinfo.
if_comb
= NULL;
in qtnf_mac_iface_comb_free()
H
A
D
core.h
92
struct ieee80211_iface_combination *
if_comb
;
member
H
A
D
commands.c
1024
struct ieee80211_iface_combination *comb = mac->macinfo.
if_comb
;
in qtnf_parse_variable_mac_info()
1269
mac_info->
if_comb
= kcalloc(mac->macinfo.n_if_comb,
in qtnf_cmd_resp_proc_mac_info()
1270
sizeof(*mac->macinfo.
if_comb
),
in qtnf_cmd_resp_proc_mac_info()
1273
if (!mac->macinfo.
if_comb
)
in qtnf_cmd_resp_proc_mac_info()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
cfg80211.c
1096
struct ieee80211_iface_combination *
if_comb
;
in qtnf_wiphy_setup_if_comb()
local
1101
if_comb
= mac_info->
if_comb
;
in qtnf_wiphy_setup_if_comb()
1104
if (!
if_comb
|| !n_if_comb)
in qtnf_wiphy_setup_if_comb()
1108
if_comb
[i].radar_detect_widths = mac_info->radar_detect_widths;
in qtnf_wiphy_setup_if_comb()
1110
for (j = 0; j <
if_comb
[i].n_limits; j++)
in qtnf_wiphy_setup_if_comb()
1111
interface_modes |=
if_comb
[i].limits[j].types;
in qtnf_wiphy_setup_if_comb()
1114
wiphy->iface_combinations =
if_comb
;
in qtnf_wiphy_setup_if_comb()
H
A
D
core.c
303
if (mac->macinfo.
if_comb
) {
in qtnf_mac_iface_comb_free()
305
comb = &mac->macinfo.
if_comb
[i];
in qtnf_mac_iface_comb_free()
310
kfree(mac->macinfo.
if_comb
);
in qtnf_mac_iface_comb_free()
311
mac->macinfo.
if_comb
= NULL;
in qtnf_mac_iface_comb_free()
H
A
D
core.h
90
struct ieee80211_iface_combination *
if_comb
;
member
H
A
D
commands.c
1012
struct ieee80211_iface_combination *comb = mac->macinfo.
if_comb
;
in qtnf_parse_variable_mac_info()
1257
mac_info->
if_comb
= kcalloc(mac->macinfo.n_if_comb,
in qtnf_cmd_resp_proc_mac_info()
1258
sizeof(*mac->macinfo.
if_comb
),
in qtnf_cmd_resp_proc_mac_info()
1261
if (!mac->macinfo.
if_comb
)
in qtnf_cmd_resp_proc_mac_info()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
init.c
236
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
326
wiphy->iface_combinations =
if_comb
;
in mt7615_init_wiphy()
327
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7615_init_wiphy()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H
A
D
init.c
351
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
555
wiphy->iface_combinations =
if_comb
;
in mt7603_register_device()
556
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7603_register_device()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
init.c
207
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
256
wiphy->iface_combinations =
if_comb
;
in mt7915_init_wiphy()
257
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7915_init_wiphy()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
init.c
262
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
380
wiphy->iface_combinations =
if_comb
;
in mt7615_init_wiphy()
381
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7615_init_wiphy()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
H
A
D
init.c
323
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
527
wiphy->iface_combinations =
if_comb
;
in mt7603_register_device()
528
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7603_register_device()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt792x_core.c
21
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
544
wiphy->iface_combinations =
if_comb
;
in mt792x_init_wiphy()
545
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt792x_init_wiphy()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
init.c
31
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
172
wiphy->iface_combinations =
if_comb
;
in mt7996_init_wiphy()
173
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7996_init_wiphy()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
init.c
864
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
965
hw->wiphy->iface_combinations =
if_comb
;
in ath9k_set_hw_capab()
966
hw->wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in ath9k_set_hw_capab()
H
A
D
htc_drv_init.c
705
static const struct ieee80211_iface_combination
if_comb
= {
variable
742
hw->wiphy->iface_combinations = &
if_comb
;
in ath9k_set_hw_capab()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
init.c
910
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
998
hw->wiphy->iface_combinations =
if_comb
;
in ath9k_set_hw_capab()
999
hw->wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in ath9k_set_hw_capab()
H
A
D
htc_drv_init.c
705
static const struct ieee80211_iface_combination
if_comb
= {
variable
742
hw->wiphy->iface_combinations = &
if_comb
;
in ath9k_set_hw_capab()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
init.c
31
static const struct ieee80211_iface_combination
if_comb
[] = {
variable
358
wiphy->iface_combinations =
if_comb
;
in mt7915_init_wiphy()
359
wiphy->n_iface_combinations = ARRAY_SIZE(
if_comb
);
in mt7915_init_wiphy()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
base.c
2521
static const struct ieee80211_iface_combination
if_comb
= {
variable
2551
hw->wiphy->iface_combinations = &
if_comb
;
in ath5k_init_ah()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
base.c
2566
static const struct ieee80211_iface_combination
if_comb
= {
variable
2596
hw->wiphy->iface_combinations = &
if_comb
;
in ath5k_init_ah()
Completed in 33 milliseconds