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:parport_init_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
parport_pc.c
2382
static int
parport_init_mode
;
variable
2415
switch (
parport_init_mode
) {
in sio_via_probe()
3120
printk(KERN_DEBUG "parport_pc.c: Specified parameter
parport_init_mode
=%s\n",
in parport_init_mode_setup()
3124
parport_init_mode
= 1;
in parport_init_mode_setup()
3126
parport_init_mode
= 2;
in parport_init_mode_setup()
3128
parport_init_mode
= 3;
in parport_init_mode_setup()
3130
parport_init_mode
= 4;
in parport_init_mode_setup()
3132
parport_init_mode
= 5;
in parport_init_mode_setup()
3276
*
parport_init_mode
=[spp|ps2|epp|ecp|ecpepp]
3279
__setup("
parport_init_mode
[all...]
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
parport_pc.c
2425
static int
parport_init_mode
;
variable
2458
switch (
parport_init_mode
) {
in sio_via_probe()
3188
printk(KERN_DEBUG "parport_pc.c: Specified parameter
parport_init_mode
=%s\n",
in parport_init_mode_setup()
3192
parport_init_mode
= 1;
in parport_init_mode_setup()
3194
parport_init_mode
= 2;
in parport_init_mode_setup()
3196
parport_init_mode
= 3;
in parport_init_mode_setup()
3198
parport_init_mode
= 4;
in parport_init_mode_setup()
3200
parport_init_mode
= 5;
in parport_init_mode_setup()
3344
*
parport_init_mode
=[spp|ps2|epp|ecp|ecpepp]
3347
__setup("
parport_init_mode
[all...]
Completed in 9 milliseconds