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:ISO_BUF_COUNT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/
H
A
D
ttusb_dec.c
56
#define
ISO_BUF_COUNT
0x04
macro
120
struct urb *iso_urb[
ISO_BUF_COUNT
];
848
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_setup_urbs()
884
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_stop_iso_xfer()
943
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_start_iso_xfer()
1176
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_free_iso_urbs()
1187
dec->iso_buffer = kcalloc(FRAMES_PER_ISO_BUF *
ISO_BUF_COUNT
,
in ttusb_dec_alloc_iso_urbs()
1192
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_alloc_iso_urbs()
1592
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_exit_usb()
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/
H
A
D
ttusb_dec.c
56
#define
ISO_BUF_COUNT
0x04
macro
120
struct urb *iso_urb[
ISO_BUF_COUNT
];
845
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_setup_urbs()
881
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_stop_iso_xfer()
940
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_start_iso_xfer()
1169
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_free_iso_urbs()
1180
dec->iso_buffer = kcalloc(FRAMES_PER_ISO_BUF *
ISO_BUF_COUNT
,
in ttusb_dec_alloc_iso_urbs()
1185
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_dec_alloc_iso_urbs()
1585
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_dec_exit_usb()
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-budget/
H
A
D
dvb-ttusb-budget.c
72
#define
ISO_BUF_COUNT
4
macro
113
struct urb *iso_urb[
ISO_BUF_COUNT
];
752
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_free_iso_urbs()
761
ttusb->iso_buffer = kcalloc(FRAMES_PER_ISO_BUF *
ISO_BUF_COUNT
,
in ttusb_alloc_iso_urbs()
766
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_alloc_iso_urbs()
786
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_stop_iso_xfer()
805
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_start_iso_xfer()
828
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_start_iso_xfer()
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-budget/
H
A
D
dvb-ttusb-budget.c
72
#define
ISO_BUF_COUNT
4
macro
113
struct urb *iso_urb[
ISO_BUF_COUNT
];
752
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_free_iso_urbs()
761
ttusb->iso_buffer = kcalloc(FRAMES_PER_ISO_BUF *
ISO_BUF_COUNT
,
in ttusb_alloc_iso_urbs()
766
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_alloc_iso_urbs()
786
for (i = 0; i <
ISO_BUF_COUNT
; i++)
in ttusb_stop_iso_xfer()
805
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_start_iso_xfer()
828
for (i = 0; i <
ISO_BUF_COUNT
; i++) {
in ttusb_start_iso_xfer()
Completed in 9 milliseconds