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_halt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
net2280.h
198
static inline void
clear_halt
(struct net2280_ep *ep)
in clear_halt()
function
H
A
D
net2272.h
560
static void
clear_halt
(struct net2272_ep *ep)
in clear_halt()
function
H
A
D
net2280.c
1368
clear_halt
(ep);
in net2280_set_halt_and_wedge()
2962
clear_halt
(e);
in handle_stat0_irqs_superspeed()
3249
clear_halt
(e);
in handle_stat0_irqs()
H
A
D
net2272.c
998
clear_halt
(ep);
in net2272_set_halt_and_wedge()
1873
clear_halt
(e);
in net2272_handle_stat0_irqs()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
net2280.h
199
static inline void
clear_halt
(struct net2280_ep *ep)
in clear_halt()
function
H
A
D
net2272.h
561
static void
clear_halt
(struct net2272_ep *ep)
in clear_halt()
function
H
A
D
net2280.c
1363
clear_halt
(ep);
in net2280_set_halt_and_wedge()
2965
clear_halt
(e);
in handle_stat0_irqs_superspeed()
3254
clear_halt
(e);
in handle_stat0_irqs()
H
A
D
net2272.c
1000
clear_halt
(ep);
in net2272_set_halt_and_wedge()
1885
clear_halt
(e);
in net2272_handle_stat0_irqs()
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H
A
D
hid-core.c
1466
int
clear_halt
= test_bit(HID_CLEAR_HALT, &usbhid->iofl);
in hid_restart_io()
local
1473
if (
clear_halt
|| reset_pending)
in hid_restart_io()
1481
if (!
clear_halt
) {
in hid_restart_io()
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H
A
D
hid-core.c
1477
int
clear_halt
= test_bit(HID_CLEAR_HALT, &usbhid->iofl);
in hid_restart_io()
local
1484
if (
clear_halt
|| reset_pending)
in hid_restart_io()
1492
if (!
clear_halt
) {
in hid_restart_io()
Completed in 23 milliseconds