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:qwork
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-mv-usb.c
81
if (!mvotg->
qwork
)
in mv_otg_run_state_machine()
84
queue_delayed_work(mvotg->
qwork
, &mvotg->work, delay);
in mv_otg_run_state_machine()
651
if (mvotg->
qwork
) {
in mv_otg_remove()
652
flush_workqueue(mvotg->
qwork
);
in mv_otg_remove()
653
destroy_workqueue(mvotg->
qwork
);
in mv_otg_remove()
693
mvotg->
qwork
= create_singlethread_workqueue("mv_otg_queue");
in mv_otg_probe()
694
if (!mvotg->
qwork
) {
in mv_otg_probe()
828
flush_workqueue(mvotg->
qwork
);
in mv_otg_probe()
829
destroy_workqueue(mvotg->
qwork
);
in mv_otg_probe()
H
A
D
phy-mv-usb.h
149
struct workqueue_struct *
qwork
;
member
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-mv-usb.c
81
if (!mvotg->
qwork
)
in mv_otg_run_state_machine()
84
queue_delayed_work(mvotg->
qwork
, &mvotg->work, delay);
in mv_otg_run_state_machine()
651
if (mvotg->
qwork
)
in mv_otg_remove()
652
destroy_workqueue(mvotg->
qwork
);
in mv_otg_remove()
689
mvotg->
qwork
= create_singlethread_workqueue("mv_otg_queue");
in mv_otg_probe()
690
if (!mvotg->
qwork
) {
in mv_otg_probe()
824
destroy_workqueue(mvotg->
qwork
);
in mv_otg_probe()
H
A
D
phy-mv-usb.h
149
struct workqueue_struct *
qwork
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
mv_udc_core.c
1381
if (udc->
qwork
)
in mv_udc_start()
1382
queue_work(udc->
qwork
, &udc->vbus_work);
in mv_udc_start()
2045
if (udc->
qwork
)
in mv_udc_vbus_irq()
2046
queue_work(udc->
qwork
, &udc->vbus_work);
in mv_udc_vbus_irq()
2087
if (udc->
qwork
) {
in mv_udc_remove()
2088
flush_workqueue(udc->
qwork
);
in mv_udc_remove()
2089
destroy_workqueue(udc->
qwork
);
in mv_udc_remove()
2283
udc->
qwork
= create_singlethread_workqueue("mv_udc_queue");
in mv_udc_probe()
2284
if (!udc->
qwork
) {
in mv_udc_probe()
2315
if (udc->
qwork
)
in mv_udc_probe()
[all...]
H
A
D
mv_udc.h
214
struct workqueue_struct *
qwork
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
mv_udc_core.c
1382
if (udc->
qwork
)
in mv_udc_start()
1383
queue_work(udc->
qwork
, &udc->vbus_work);
in mv_udc_start()
2046
if (udc->
qwork
)
in mv_udc_vbus_irq()
2047
queue_work(udc->
qwork
, &udc->vbus_work);
in mv_udc_vbus_irq()
2088
if (udc->
qwork
)
in mv_udc_remove()
2089
destroy_workqueue(udc->
qwork
);
in mv_udc_remove()
2284
udc->
qwork
= create_singlethread_workqueue("mv_udc_queue");
in mv_udc_probe()
2285
if (!udc->
qwork
) {
in mv_udc_probe()
2316
if (udc->
qwork
)
in mv_udc_probe()
2317
destroy_workqueue(udc->
qwork
);
in mv_udc_probe()
[all...]
H
A
D
mv_udc.h
214
struct workqueue_struct *
qwork
;
member
Completed in 10 milliseconds