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:NRURBS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usbusx2y.h
8
#define
NRURBS
2
macro
74
struct urb *urb[
NRURBS
]; /* data urb table */
H
A
D
usbusx2yaudio.c
188
urb->start_frame = (frame +
NRURBS
* nr_of_packs()); // let hcd do rollover sanity checks
in usx2y_urb_submit()
263
for (u = 0; u <
NRURBS
; u++) {
in usx2y_clients_stop()
326
for (u = 0; u <
NRURBS
; u++) {
in usx2y_urbs_set_complete()
383
for (i = 0; i <
NRURBS
; i++)
in usx2y_urbs_release()
412
for (i = 0; i <
NRURBS
; i++) {
in usx2y_urbs_allocate()
468
for (i = 0; i <
NRURBS
; i++) {
in usx2y_urbs_start()
H
A
D
usx2yhwdeppcm.c
154
if ((desc->offset += desc->length *
NRURBS
*nr_of_packs()) +
in usx2y_usbpcm_urb_capt_iso_advance()
267
for (i = 0; i <
NRURBS
; i++)
in usx2y_usbpcm_urbs_release()
314
for (i = 0; i <
NRURBS
; i++) {
in usx2y_usbpcm_urbs_allocate()
419
for (u = 0; u <
NRURBS
; u++) {
in usx2y_usbpcm_urbs_start()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usbusx2y.h
8
#define
NRURBS
2
macro
73
struct urb *urb[
NRURBS
]; /* data urb table */
H
A
D
usbusx2yaudio.c
194
urb->start_frame = frame +
NRURBS
* nr_of_packs(); // let hcd do rollover sanity checks
in usx2y_urb_submit()
276
for (u = 0; u <
NRURBS
; u++) {
in usx2y_clients_stop()
342
for (u = 0; u <
NRURBS
; u++) {
in usx2y_urbs_set_complete()
403
for (i = 0; i <
NRURBS
; i++)
in usx2y_urbs_release()
434
for (i = 0; i <
NRURBS
; i++) {
in usx2y_urbs_allocate()
495
for (i = 0; i <
NRURBS
; i++) {
in usx2y_urbs_start()
H
A
D
usx2yhwdeppcm.c
160
desc->offset += desc->length *
NRURBS
* nr_of_packs();
in usx2y_usbpcm_urb_capt_iso_advance()
279
for (i = 0; i <
NRURBS
; i++)
in usx2y_usbpcm_urbs_release()
329
for (i = 0; i <
NRURBS
; i++) {
in usx2y_usbpcm_urbs_allocate()
441
for (u = 0; u <
NRURBS
; u++) {
in usx2y_usbpcm_urbs_start()
Completed in 6 milliseconds