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:cx18_queue_init
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-queue.h
72
void
cx18_queue_init
(struct cx18_queue *q);
H
A
D
cx18-streams.c
265
cx18_queue_init
(&s->q_free);
in cx18_stream_init()
267
cx18_queue_init
(&s->q_busy);
in cx18_stream_init()
269
cx18_queue_init
(&s->q_full);
in cx18_stream_init()
271
cx18_queue_init
(&s->q_idle);
in cx18_stream_init()
H
A
D
cx18-queue.c
36
void
cx18_queue_init
(struct cx18_queue *q)
in cx18_queue_init()
function
216
cx18_queue_init
(q_src);
in cx18_queue_flush()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-queue.h
72
void
cx18_queue_init
(struct cx18_queue *q);
H
A
D
cx18-streams.c
260
cx18_queue_init
(&s->q_free);
in cx18_stream_init()
262
cx18_queue_init
(&s->q_busy);
in cx18_stream_init()
264
cx18_queue_init
(&s->q_full);
in cx18_stream_init()
266
cx18_queue_init
(&s->q_idle);
in cx18_stream_init()
H
A
D
cx18-queue.c
36
void
cx18_queue_init
(struct cx18_queue *q)
in cx18_queue_init()
function
216
cx18_queue_init
(q_src);
in cx18_queue_flush()
Completed in 5 milliseconds