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:_io
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H
A
D
ddbridge-regs.h
90
#define TS_CONTROL(
_io
) ((
_io
)->regs + 0x00)
91
#define TS_CONTROL2(
_io
) ((
_io
)->regs + 0x04)
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H
A
D
ddbridge-regs.h
81
#define TS_CONTROL(
_io
) ((
_io
)->regs + 0x00)
82
#define TS_CONTROL2(
_io
) ((
_io
)->regs + 0x04)
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
pcmcia_resource.c
400
if (!p_dev->
_io
)
in pcmcia_release_io()
410
p_dev->
_io
= 0;
in pcmcia_release_io()
512
if (p_dev->
_io
|| flags & CONF_ENABLE_IRQ)
in pcmcia_enable_device()
670
p_dev->
_io
= 1;
in pcmcia_request_io()
H
A
D
ds.c
381
if (p_dev->_irq || p_dev->
_io
|| p_dev->_locked)
in pcmcia_device_remove()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
pcmcia_resource.c
399
if (!p_dev->
_io
)
in pcmcia_release_io()
409
p_dev->
_io
= 0;
in pcmcia_release_io()
509
if (p_dev->
_io
|| flags & CONF_ENABLE_IRQ)
in pcmcia_enable_device()
667
p_dev->
_io
= 1;
in pcmcia_request_io()
H
A
D
ds.c
378
if (p_dev->_irq || p_dev->
_io
|| p_dev->_locked)
in pcmcia_device_remove()
/kernel/linux/linux-5.10/include/pcmcia/
H
A
D
ds.h
122
u16
_io
:1;
member
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
ds.h
122
u16
_io
:1;
member
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
octeon-irq.c
63
#define CIU3_DEST_IO_INT(
_io
) ((
_io
) * 8 + 0x210000)
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
octeon-irq.c
63
#define CIU3_DEST_IO_INT(
_io
) ((
_io
) * 8 + 0x210000)
Completed in 15 milliseconds