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:omac_mask
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
main.c
175
idx = get_omac_idx(vif->type, dev->
omac_mask
);
in mt7615_add_interface()
190
dev->
omac_mask
|= BIT(mvif->omac_idx);
in mt7615_add_interface()
191
phy->
omac_mask
|= BIT(mvif->omac_idx);
in mt7615_add_interface()
260
dev->
omac_mask
&= ~BIT(mvif->omac_idx);
in mt7615_remove_interface()
261
phy->
omac_mask
&= ~BIT(mvif->omac_idx);
in mt7615_remove_interface()
H
A
D
mt7615.h
179
u32
omac_mask
;
member
257
u32
omac_mask
;
member
H
A
D
mcu.c
2665
bool band = !!(ext_phy->
omac_mask
& BIT(i));
in mt7615_mcu_set_dbdc()
2671
bool band = !!(ext_phy->
omac_mask
& BIT(0x11 + i));
in mt7615_mcu_set_dbdc()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
mt7615.h
165
u64
omac_mask
;
member
249
u64
omac_mask
;
member
H
A
D
main.c
203
idx = get_omac_idx(vif->type, dev->
omac_mask
);
in mt7615_add_interface()
216
dev->
omac_mask
|= BIT_ULL(mvif->mt76.omac_idx);
in mt7615_add_interface()
217
phy->
omac_mask
|= BIT_ULL(mvif->mt76.omac_idx);
in mt7615_add_interface()
272
dev->
omac_mask
&= ~BIT_ULL(mvif->mt76.omac_idx);
in mt7615_remove_interface()
273
phy->
omac_mask
&= ~BIT_ULL(mvif->mt76.omac_idx);
in mt7615_remove_interface()
H
A
D
mcu.c
371
if (ext_phy && ext_phy->
omac_mask
& BIT_ULL(c->omac_idx))
in mt7615_mcu_rx_csa_notify()
592
u32 mask = dev->
omac_mask
>> 32 & ~BIT(idx);
in mt7615_mcu_muar_config()
1850
bool band = !!(ext_phy->
omac_mask
& BIT_ULL(i));
in mt7615_mcu_set_dbdc()
1856
bool band = !!(ext_phy->
omac_mask
& BIT_ULL(0x11 + i));
in mt7615_mcu_set_dbdc()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
main.c
134
idx = get_omac_idx(vif->type, phy->
omac_mask
);
in mt7915_add_interface()
154
phy->
omac_mask
|= BIT(mvif->omac_idx);
in mt7915_add_interface()
197
phy->
omac_mask
&= ~BIT(mvif->omac_idx);
in mt7915_remove_interface()
H
A
D
mt7915.h
116
u32
omac_mask
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt792x.h
102
u64
omac_mask
;
member
H
A
D
mt792x_core.c
110
phy->
omac_mask
&= ~BIT_ULL(mvif->mt76.omac_idx);
in mt792x_remove_interface()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
mt7996.h
160
u64
omac_mask
;
member
H
A
D
main.c
185
idx = get_omac_idx(vif->type, phy->
omac_mask
);
in mt7996_add_interface()
200
phy->
omac_mask
|= BIT_ULL(mvif->mt76.omac_idx);
in mt7996_add_interface()
263
phy->
omac_mask
&= ~BIT_ULL(mvif->mt76.omac_idx);
in mt7996_remove_interface()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
main.c
228
idx = get_omac_idx(vif->type, phy->
omac_mask
);
in mt7915_add_interface()
246
phy->
omac_mask
|= BIT_ULL(mvif->mt76.omac_idx);
in mt7915_add_interface()
309
phy->
omac_mask
&= ~BIT_ULL(mvif->mt76.omac_idx);
in mt7915_remove_interface()
H
A
D
mt7915.h
210
u64
omac_mask
;
member
H
A
D
mac.c
1933
if (!phy->
omac_mask
)
in mt7915_mac_severe_check()
H
A
D
mcu.c
608
u32 mask = phy->
omac_mask
>> 32 & ~BIT(idx);
in mt7915_mcu_muar_config()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H
A
D
main.c
312
phy->
omac_mask
|= BIT_ULL(mvif->mt76.omac_idx);
in mt7921_add_interface()
Completed in 41 milliseconds