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:p_dma_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
H
A
D
atmel-isi.c
66
struct isi_dma_desc *
p_dma_desc
;
member
196
(u32)isi->active->
p_dma_desc
->fbd_phys);
in atmel_isi_handle_streaming()
202
(u32)isi->active->
p_dma_desc
->fbd_phys);
in atmel_isi_handle_streaming()
301
buf->
p_dma_desc
= NULL;
in buffer_init()
325
if (!buf->
p_dma_desc
) {
in buffer_prepare()
342
buf->
p_dma_desc
= desc;
in buffer_prepare()
355
if (buf->
p_dma_desc
)
in buffer_cleanup()
356
list_add(&buf->
p_dma_desc
->list, &isi->dma_desc_head);
in buffer_cleanup()
376
(u32)buffer->
p_dma_desc
->fbd_phys);
in start_dma()
382
(u32)buffer->
p_dma_desc
in start_dma()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/atmel/
H
A
D
atmel-isi.c
66
struct isi_dma_desc *
p_dma_desc
;
member
195
(u32)isi->active->
p_dma_desc
->fbd_phys);
in atmel_isi_handle_streaming()
201
(u32)isi->active->
p_dma_desc
->fbd_phys);
in atmel_isi_handle_streaming()
300
buf->
p_dma_desc
= NULL;
in buffer_init()
324
if (!buf->
p_dma_desc
) {
in buffer_prepare()
341
buf->
p_dma_desc
= desc;
in buffer_prepare()
354
if (buf->
p_dma_desc
)
in buffer_cleanup()
355
list_add(&buf->
p_dma_desc
->list, &isi->dma_desc_head);
in buffer_cleanup()
375
(u32)buffer->
p_dma_desc
->fbd_phys);
in start_dma()
381
(u32)buffer->
p_dma_desc
in start_dma()
[all...]
Completed in 3 milliseconds