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:wmi_event_worker
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
netdev.c
530
flush_work(&wil->
wmi_event_worker
);
in wil_vif_remove()
H
A
D
wil6210.h
970
struct work_struct
wmi_event_worker
;
member
977
* - consumed in thread by
wmi_event_worker
1244
void
wmi_event_worker
(struct work_struct *work);
H
A
D
main.c
711
INIT_WORK(&wil->
wmi_event_worker
,
wmi_event_worker
);
in wil_priv_init()
H
A
D
wmi.c
43
* and handles events within the @
wmi_event_worker
. Every event get detached
1903
* that will be eventually handled by the @
wmi_event_worker
in the thread
2031
q = queue_work(wil->wmi_wq, &wil->
wmi_event_worker
);
in wmi_recv_cmd()
3407
void
wmi_event_worker
(struct work_struct *work)
in wmi_event_worker()
function
3410
wmi_event_worker
);
in wmi_event_worker()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
netdev.c
528
flush_work(&wil->
wmi_event_worker
);
in wil_vif_remove()
H
A
D
wil6210.h
972
struct work_struct
wmi_event_worker
;
member
979
* - consumed in thread by
wmi_event_worker
1246
void
wmi_event_worker
(struct work_struct *work);
H
A
D
main.c
711
INIT_WORK(&wil->
wmi_event_worker
,
wmi_event_worker
);
in wil_priv_init()
H
A
D
wmi.c
43
* and handles events within the @
wmi_event_worker
. Every event get detached
1904
* that will be eventually handled by the @
wmi_event_worker
in the thread
2032
q = queue_work(wil->wmi_wq, &wil->
wmi_event_worker
);
in wmi_recv_cmd()
3408
void
wmi_event_worker
(struct work_struct *work)
in wmi_event_worker()
function
3411
wmi_event_worker
);
in wmi_event_worker()
Completed in 23 milliseconds