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:clear_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/
H
A
D
most_usb.c
115
struct clear_hold_work
clear_work
[MAX_NUM_ENDPOINTS];
member
252
cancel_work_sync(&mdev->
clear_work
[channel].ws);
in hdm_poison_channel()
364
mdev->
clear_work
[channel].pipe = urb->pipe;
in hdm_write_completion()
365
schedule_work(&mdev->
clear_work
[channel].ws);
in hdm_write_completion()
421
mdev->
clear_work
[channel].pipe = urb->pipe;
in hdm_read_completion()
422
schedule_work(&mdev->
clear_work
[channel].ws);
in hdm_read_completion()
584
mdev->
clear_work
[channel].channel = channel;
in hdm_configure_channel()
585
mdev->
clear_work
[channel].mdev = mdev;
in hdm_configure_channel()
586
INIT_WORK(&mdev->
clear_work
[channel].ws, wq_clear_halt);
in hdm_configure_channel()
730
struct clear_hold_work *
clear_work
in wq_clear_halt()
local
[all...]
/kernel/linux/linux-6.6/drivers/most/
H
A
D
most_usb.c
115
struct clear_hold_work
clear_work
[MAX_NUM_ENDPOINTS];
member
252
cancel_work_sync(&mdev->
clear_work
[channel].ws);
in hdm_poison_channel()
364
mdev->
clear_work
[channel].pipe = urb->pipe;
in hdm_write_completion()
365
schedule_work(&mdev->
clear_work
[channel].ws);
in hdm_write_completion()
421
mdev->
clear_work
[channel].pipe = urb->pipe;
in hdm_read_completion()
422
schedule_work(&mdev->
clear_work
[channel].ws);
in hdm_read_completion()
584
mdev->
clear_work
[channel].channel = channel;
in hdm_configure_channel()
585
mdev->
clear_work
[channel].mdev = mdev;
in hdm_configure_channel()
586
INIT_WORK(&mdev->
clear_work
[channel].ws, wq_clear_halt);
in hdm_configure_channel()
730
struct clear_hold_work *
clear_work
in wq_clear_halt()
local
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
571
struct work_struct
clear_work
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
566
struct work_struct
clear_work
;
member
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
796
container_of(work, struct usb_hub, tt.
clear_work
);
in hub_tt_work()
912
schedule_work(&tt->
clear_work
);
in usb_hub_clear_tt_buffer()
1351
flush_work(&hub->tt.
clear_work
);
in hub_quiesce()
1517
INIT_WORK(&hub->tt.
clear_work
, hub_tt_work);
in hub_configure()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
803
container_of(work, struct usb_hub, tt.
clear_work
);
in hub_tt_work()
919
schedule_work(&tt->
clear_work
);
in usb_hub_clear_tt_buffer()
1358
flush_work(&hub->tt.
clear_work
);
in hub_quiesce()
1524
INIT_WORK(&hub->tt.
clear_work
, hub_tt_work);
in hub_configure()
Completed in 20 milliseconds