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:roc_vif
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_main.h
327
struct ieee80211_vif *
roc_vif
;
member
H
A
D
rsi_91x_mac80211.c
1778
common->
roc_vif
= vif;
in rsi_mac80211_roc()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
event.c
296
if (wl->
roc_vif
)
in wlcore_event_roc_complete()
H
A
D
wlcore.h
330
struct ieee80211_vif *
roc_vif
;
member
H
A
D
main.c
2687
if (wl->
roc_vif
== vif) {
in __wl1271_op_remove_interface()
2688
wl->
roc_vif
= NULL;
in __wl1271_op_remove_interface()
5663
if (wl->
roc_vif
|| active_roc < WL12XX_MAX_ROLES) {
in wlcore_op_remain_on_channel()
5679
wl->
roc_vif
= vif;
in wlcore_op_remain_on_channel()
5696
if (unlikely(!wl->
roc_vif
))
in __wlcore_roc_completed()
5699
wlvif = wl12xx_vif_to_data(wl->
roc_vif
);
in __wlcore_roc_completed()
5708
wl->
roc_vif
= NULL;
in __wlcore_roc_completed()
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_main.h
327
struct ieee80211_vif *
roc_vif
;
member
H
A
D
rsi_91x_mac80211.c
1797
common->
roc_vif
= vif;
in rsi_mac80211_roc()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
event.c
305
if (wl->
roc_vif
)
in wlcore_event_roc_complete()
H
A
D
wlcore.h
330
struct ieee80211_vif *
roc_vif
;
member
H
A
D
main.c
2666
if (wl->
roc_vif
== vif) {
in __wl1271_op_remove_interface()
2667
wl->
roc_vif
= NULL;
in __wl1271_op_remove_interface()
5599
if (wl->
roc_vif
|| active_roc < WL12XX_MAX_ROLES) {
in wlcore_op_remain_on_channel()
5613
wl->
roc_vif
= vif;
in wlcore_op_remain_on_channel()
5630
if (unlikely(!wl->
roc_vif
))
in __wlcore_roc_completed()
5633
wlvif = wl12xx_vif_to_data(wl->
roc_vif
);
in __wlcore_roc_completed()
5642
wl->
roc_vif
= NULL;
in __wlcore_roc_completed()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
1159
vif = sc->offchannel.
roc_vif
;
in ath9k_set_offchannel_state()
2408
if (sc->offchannel.
roc_vif
) {
in ath9k_cancel_pending_offchannel()
2486
if (WARN_ON(sc->offchannel.
roc_vif
)) {
in ath9k_remain_on_channel()
2492
sc->offchannel.
roc_vif
= vif;
in ath9k_remain_on_channel()
2522
if (sc->offchannel.
roc_vif
) {
in ath9k_cancel_remain_on_channel()
H
A
D
channel.c
918
} else if (sc->offchannel.
roc_vif
) {
in ath_offchannel_next()
919
vif = sc->offchannel.
roc_vif
;
in ath_offchannel_next()
943
sc->offchannel.
roc_vif
= NULL;
in ath_roc_complete()
H
A
D
ath9k.h
422
struct ieee80211_vif *
roc_vif
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
1156
vif = sc->offchannel.
roc_vif
;
in ath9k_set_offchannel_state()
2403
if (sc->offchannel.
roc_vif
) {
in ath9k_cancel_pending_offchannel()
2481
if (WARN_ON(sc->offchannel.
roc_vif
)) {
in ath9k_remain_on_channel()
2487
sc->offchannel.
roc_vif
= vif;
in ath9k_remain_on_channel()
2517
if (sc->offchannel.
roc_vif
) {
in ath9k_cancel_remain_on_channel()
H
A
D
channel.c
918
} else if (sc->offchannel.
roc_vif
) {
in ath_offchannel_next()
919
vif = sc->offchannel.
roc_vif
;
in ath_offchannel_next()
943
sc->offchannel.
roc_vif
= NULL;
in ath_roc_complete()
H
A
D
ath9k.h
423
struct ieee80211_vif *
roc_vif
;
member
Completed in 39 milliseconds