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:reset_ws
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
driver.c
584
struct i2400m *i2400m = container_of(ws, struct i2400m,
reset_ws
);
in __i2400m_dev_reset_handle()
683
return schedule_work(&i2400m->
reset_ws
);
in i2400m_dev_reset_handle()
798
INIT_WORK(&i2400m->
reset_ws
, __i2400m_dev_reset_handle);
in i2400m_init()
950
cancel_work_sync(&i2400m->
reset_ws
);
in i2400m_release()
H
A
D
i2400m.h
634
struct work_struct
reset_ws
;
member
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
message.c
1890
container_of(ws, struct usb_interface,
reset_ws
);
in __usb_queue_reset_device()
2091
INIT_WORK(&intf->
reset_ws
, __usb_queue_reset_device);
in usb_set_configuration()
H
A
D
hub.c
6286
if (schedule_work(&iface->
reset_ws
))
in usb_queue_reset_device()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
message.c
1896
container_of(ws, struct usb_interface,
reset_ws
);
in __usb_queue_reset_device()
2137
INIT_WORK(&intf->
reset_ws
, __usb_queue_reset_device);
in usb_set_configuration()
H
A
D
hub.c
6326
if (schedule_work(&iface->
reset_ws
))
in usb_queue_reset_device()
/kernel/linux/linux-5.10/include/linux/
H
A
D
usb.h
203
* @
reset_ws
: Used for scheduling resets from atomic context.
259
struct work_struct
reset_ws
; /* for resets in atomic context */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
usb.h
212
* @
reset_ws
: Used for scheduling resets from atomic context.
270
struct work_struct
reset_ws
; /* for resets in atomic context */
member
Completed in 29 milliseconds