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:USB_STREAM_NURBS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usb_stream.h
7
#define
USB_STREAM_NURBS
4
macro
17
struct urb *inurb[
USB_STREAM_NURBS
];
20
struct urb *outurb[
USB_STREAM_NURBS
];
H
A
D
usb_stream.c
55
for (u = 0; u <
USB_STREAM_NURBS
;
in init_pipe_urbs()
92
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in init_urbs()
134
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in usb_stream_free()
271
for (u = 0; u <
USB_STREAM_NURBS
; u++) {
in subs_set_complete()
727
sk->idle_inurb = sk->inurb[
USB_STREAM_NURBS
- 2];
in usb_stream_start()
728
sk->idle_outurb = sk->outurb[
USB_STREAM_NURBS
- 2];
in usb_stream_start()
729
sk->completed_inurb = sk->inurb[
USB_STREAM_NURBS
- 1];
in usb_stream_start()
730
sk->completed_outurb = sk->outurb[
USB_STREAM_NURBS
- 1];
in usb_stream_start()
753
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in usb_stream_stop()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usb_stream.h
7
#define
USB_STREAM_NURBS
4
macro
17
struct urb *inurb[
USB_STREAM_NURBS
];
20
struct urb *outurb[
USB_STREAM_NURBS
];
H
A
D
usb_stream.c
57
for (u = 0; u <
USB_STREAM_NURBS
;
in init_pipe_urbs()
94
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in init_urbs()
135
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in usb_stream_free()
275
for (u = 0; u <
USB_STREAM_NURBS
; u++) {
in subs_set_complete()
748
sk->idle_inurb = sk->inurb[
USB_STREAM_NURBS
- 2];
in usb_stream_start()
749
sk->idle_outurb = sk->outurb[
USB_STREAM_NURBS
- 2];
in usb_stream_start()
750
sk->completed_inurb = sk->inurb[
USB_STREAM_NURBS
- 1];
in usb_stream_start()
751
sk->completed_outurb = sk->outurb[
USB_STREAM_NURBS
- 1];
in usb_stream_start()
776
for (u = 0; u <
USB_STREAM_NURBS
; ++u) {
in usb_stream_stop()
Completed in 3 milliseconds