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:next_urb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_host.c
200
struct urb *urb =
next_urb
(qh);
in musb_start_urb()
385
hw_ep->epnum, is_in ? 'R' : 'T',
next_urb
(qh));
in musb_advance_schedule()
945
urb =
next_urb
(cur_qh);
in musb_bulk_nak_timeout()
1073
urb =
next_urb
(qh);
in musb_h_ep0_irq()
1211
struct urb *urb =
next_urb
(qh);
in musb_host_tx()
1753
urb =
next_urb
(qh);
in musb_host_rx()
2011
struct urb *urb =
next_urb
(qh);
in musb_schedule()
2279
if (hep->hcpriv || !
next_urb
(qh)) {
in musb_urb_enqueue()
2446
urb =
next_urb
(qh);
in musb_h_disable()
2459
urb =
next_urb
(q
in musb_h_disable()
[all...]
H
A
D
musb_host.h
116
static inline struct urb *
next_urb
(struct musb_qh *qh)
in next_urb()
function
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_host.c
200
struct urb *urb =
next_urb
(qh);
in musb_start_urb()
385
hw_ep->epnum, is_in ? 'R' : 'T',
next_urb
(qh));
in musb_advance_schedule()
939
urb =
next_urb
(cur_qh);
in musb_bulk_nak_timeout()
1067
urb =
next_urb
(qh);
in musb_h_ep0_irq()
1205
struct urb *urb =
next_urb
(qh);
in musb_host_tx()
1747
urb =
next_urb
(qh);
in musb_host_rx()
2005
struct urb *urb =
next_urb
(qh);
in musb_schedule()
2273
if (hep->hcpriv || !
next_urb
(qh)) {
in musb_urb_enqueue()
2440
urb =
next_urb
(qh);
in musb_h_disable()
2453
urb =
next_urb
(q
in musb_h_disable()
[all...]
H
A
D
musb_host.h
112
static inline struct urb *
next_urb
(struct musb_qh *qh)
in next_urb()
function
/kernel/linux/linux-5.10/sound/usb/
H
A
D
midi.c
146
unsigned int
next_urb
;
member
322
urb_index = ep->
next_urb
;
in snd_usbmidi_do_output()
340
if (urb_index == ep->
next_urb
)
in snd_usbmidi_do_output()
343
ep->
next_urb
= urb_index;
in snd_usbmidi_do_output()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
midi.c
130
unsigned int
next_urb
;
member
306
urb_index = ep->
next_urb
;
in snd_usbmidi_do_output()
324
if (urb_index == ep->
next_urb
)
in snd_usbmidi_do_output()
327
ep->
next_urb
= urb_index;
in snd_usbmidi_do_output()
Completed in 14 milliseconds