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:dtlk_port_lpc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
dtlk.c
81
static int
dtlk_port_lpc
;
variable
335
dtlk_port_lpc
= 0;
in dtlk_init()
365
release_region(
dtlk_port_lpc
, DTLK_IO_EXTENT);
in dtlk_cleanup()
376
printk(" dtlk_readable=%u@%u", inb_p(
dtlk_port_lpc
) != 0x7f, jiffies);
in dtlk_readable()
378
return inb_p(
dtlk_port_lpc
) != 0x7f;
in dtlk_readable()
396
if (
dtlk_port_lpc
| dtlk_port_tts)
in dtlk_dev_probe()
410
dtlk_port_lpc
= dtlk_portlist[i];
in dtlk_dev_probe()
411
dtlk_port_tts =
dtlk_port_lpc
+ 1;
in dtlk_dev_probe()
422
outb_p(0xff,
dtlk_port_lpc
);
in dtlk_dev_probe()
440
buffer[b++] = inb_p(
dtlk_port_lpc
); \
in dtlk_dev_probe()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H
A
D
dtlk.c
81
static int
dtlk_port_lpc
;
variable
335
dtlk_port_lpc
= 0;
in dtlk_init()
365
release_region(
dtlk_port_lpc
, DTLK_IO_EXTENT);
in dtlk_cleanup()
376
printk(" dtlk_readable=%u@%u", inb_p(
dtlk_port_lpc
) != 0x7f, jiffies);
in dtlk_readable()
378
return inb_p(
dtlk_port_lpc
) != 0x7f;
in dtlk_readable()
396
if (
dtlk_port_lpc
| dtlk_port_tts)
in dtlk_dev_probe()
410
dtlk_port_lpc
= dtlk_portlist[i];
in dtlk_dev_probe()
411
dtlk_port_tts =
dtlk_port_lpc
+ 1;
in dtlk_dev_probe()
422
outb_p(0xff,
dtlk_port_lpc
);
in dtlk_dev_probe()
440
buffer[b++] = inb_p(
dtlk_port_lpc
); \
in dtlk_dev_probe()
[all...]
Completed in 2 milliseconds