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:dummy_lop
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
99
if (cio2->
dummy_lop
) {
in cio2_fbpt_exit_dummy()
101
cio2->
dummy_lop
, cio2->dummy_lop_bus_addr);
in cio2_fbpt_exit_dummy()
102
cio2->
dummy_lop
= NULL;
in cio2_fbpt_exit_dummy()
118
cio2->
dummy_lop
= dma_alloc_coherent(&cio2->pci_dev->dev, PAGE_SIZE,
in cio2_fbpt_init_dummy()
121
if (!cio2->dummy_page || !cio2->
dummy_lop
) {
in cio2_fbpt_init_dummy()
130
cio2->
dummy_lop
[i] = PFN_DOWN(cio2->dummy_page_bus_addr);
in cio2_fbpt_init_dummy()
H
A
D
ipu3-cio2.h
379
u32 *
dummy_lop
;
member
380
/* DMA handle of
dummy_lop
*/
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
115
if (cio2->
dummy_lop
) {
in cio2_fbpt_exit_dummy()
116
dma_free_coherent(dev, PAGE_SIZE, cio2->
dummy_lop
,
in cio2_fbpt_exit_dummy()
118
cio2->
dummy_lop
= NULL;
in cio2_fbpt_exit_dummy()
135
cio2->
dummy_lop
= dma_alloc_coherent(dev, PAGE_SIZE,
in cio2_fbpt_init_dummy()
138
if (!cio2->dummy_page || !cio2->
dummy_lop
) {
in cio2_fbpt_init_dummy()
147
cio2->
dummy_lop
[i] = PFN_DOWN(cio2->dummy_page_bus_addr);
in cio2_fbpt_init_dummy()
H
A
D
ipu3-cio2.h
399
u32 *
dummy_lop
;
member
400
/* DMA handle of
dummy_lop
*/
Completed in 8 milliseconds