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:hvc_iucv_devices
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_iucv.c
99
static unsigned long
hvc_iucv_devices
= 1;
variable
134
if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC >
hvc_iucv_devices
))
in hvc_iucv_get_private()
804
for (i = 0; i <
hvc_iucv_devices
; i++) {
in hvc_iucv_path_pending()
1299
if (!MACHINE_IS_VM || !
hvc_iucv_devices
)
in param_set_vmidfilter()
1328
if (!MACHINE_IS_VM || !
hvc_iucv_devices
)
in param_get_vmidfilter()
1362
if (!
hvc_iucv_devices
)
in hvc_iucv_init()
1372
if (
hvc_iucv_devices
> MAX_HVC_IUCV_LINES) {
in hvc_iucv_init()
1374
"kernel parameter\n",
hvc_iucv_devices
);
in hvc_iucv_init()
1435
for (i = 0; i <
hvc_iucv_devices
; i++) {
in hvc_iucv_init()
1455
for (i = 0; i <
hvc_iucv_devices
;
in hvc_iucv_init()
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_iucv.c
98
static unsigned long
hvc_iucv_devices
= 1;
variable
133
if (num >
hvc_iucv_devices
)
in hvc_iucv_get_private()
801
for (i = 0; i <
hvc_iucv_devices
; i++) {
in hvc_iucv_path_pending()
1250
if (!MACHINE_IS_VM || !
hvc_iucv_devices
)
in param_set_vmidfilter()
1279
if (!MACHINE_IS_VM || !
hvc_iucv_devices
)
in param_get_vmidfilter()
1313
if (!
hvc_iucv_devices
)
in hvc_iucv_init()
1323
if (
hvc_iucv_devices
> MAX_HVC_IUCV_LINES) {
in hvc_iucv_init()
1325
"kernel parameter\n",
hvc_iucv_devices
);
in hvc_iucv_init()
1381
for (i = 0; i <
hvc_iucv_devices
; i++) {
in hvc_iucv_init()
1401
for (i = 0; i <
hvc_iucv_devices
;
in hvc_iucv_init()
[all...]
Completed in 4 milliseconds