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:dma_buf_num
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H
A
D
ddbridge-core.c
96
static int
dma_buf_num
= 8;
variable
97
module_param(
dma_buf_num
, int, 0444);
98
MODULE_PARM_DESC(
dma_buf_num
, "Number of DMA buffers, possible values: 8-32");
2264
dma->num =
dma_buf_num
;
in ddb_dma_init()
2271
dma->num =
dma_buf_num
;
in ddb_dma_init()
3432
if (
dma_buf_num
< 8)
in ddb_init_ddbridge()
3433
dma_buf_num
= 8;
in ddb_init_ddbridge()
3434
if (
dma_buf_num
> 32)
in ddb_init_ddbridge()
3435
dma_buf_num
= 32;
in ddb_init_ddbridge()
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H
A
D
ddbridge-core.c
87
static int
dma_buf_num
= 8;
variable
88
module_param(
dma_buf_num
, int, 0444);
89
MODULE_PARM_DESC(
dma_buf_num
, "Number of DMA buffers, possible values: 8-32");
2255
dma->num =
dma_buf_num
;
in ddb_dma_init()
2262
dma->num =
dma_buf_num
;
in ddb_dma_init()
3422
if (
dma_buf_num
< 8)
in ddb_init_ddbridge()
3423
dma_buf_num
= 8;
in ddb_init_ddbridge()
3424
if (
dma_buf_num
> 32)
in ddb_init_ddbridge()
3425
dma_buf_num
= 32;
in ddb_init_ddbridge()
Completed in 10 milliseconds