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:dmaval
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
parport_pc.c
3074
static int __initdata
dmaval
[PARPORT_PC_MAX_PORTS] = {
variable
3177
dmaval
[i] = val;
in parse_parport_params()
3195
dmaval
[0] = val;
in parse_parport_params()
3231
dmaval
[0] = PARPORT_DMA_AUTO;
in parport_setup()
3248
dmaval
[parport_setup_ptr] = PARPORT_DMA_NONE;
in parport_setup()
3259
dmaval
[parport_setup_ptr] = val;
in parport_setup()
3306
irqval[i],
dmaval
[i], NULL, 0);
in parport_pc_init()
3309
parport_pc_find_ports(irqval[0],
dmaval
[0]);
in parport_pc_init()
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
parport_pc.c
3142
static int __initdata
dmaval
[PARPORT_PC_MAX_PORTS] = {
variable
3245
dmaval
[i] = val;
in parse_parport_params()
3263
dmaval
[0] = val;
in parse_parport_params()
3299
dmaval
[0] = PARPORT_DMA_AUTO;
in parport_setup()
3316
dmaval
[parport_setup_ptr] = PARPORT_DMA_NONE;
in parport_setup()
3327
dmaval
[parport_setup_ptr] = val;
in parport_setup()
3374
irqval[i],
dmaval
[i], NULL, 0);
in parport_pc_init()
3377
parport_pc_find_ports(irqval[0],
dmaval
[0]);
in parport_pc_init()
Completed in 8 milliseconds