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
defs:inw
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-6.6/arch/x86/include/asm/shared/
H
A
D
io.h
28
#define
inw
__inw
macro
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
io.h
8
#undef
inw
macro
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H
A
D
io-s3c24xx.h
29
#define
inw
(p) readw(S3C24XX_VA_ISA_WORD + (p))
macro
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
H
A
D
io.h
45
#define
inw
(p) __inw(p)
macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
io_noioport.h
11
static inline u16
inw
(unsigned long addr)
in inw()
function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
io_noioport.h
11
static inline u16
inw
(unsigned long addr)
in inw()
function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
io.h
56
#define
inw
(c) ({ u16 __v; __io_pbr(); __v = readw_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); __v; })
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
logic_pio.h
62
#define
inw
logic_inw
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
logic_pio.h
62
#define
inw
logic_inw
macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
io.h
150
#define
inw
inw
macro
151
static inline unsigned int
inw
(unsigned long port)
in inw()
function
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
pci.h
112
u16 (*
inw
) (struct pci_hba_data *hba, u16 port);
member
H
A
D
io.h
252
#define
inw
eisa_in16
macro
264
static inline short
inw
(unsigned long addr)
in inw()
function
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
io.h
138
#define
inw
inw
macro
139
static inline unsigned int
inw
(unsigned long port)
in inw()
function
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
pci.h
112
u16 (*
inw
) (struct pci_hba_data *hba, u16 port);
member
H
A
D
io.h
171
#define
inw
inw
macro
178
#define
inw
eisa_in16
macro
190
static inline short
inw
(unsigned long addr)
in inw()
function
202
#define
inw
inw
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
io.h
259
#define
inw
(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
io.h
211
static inline u16
inw
(unsigned long port)
in inw()
function
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H
A
D
io.h
316
#define
inw
inw
macro
317
static inline u16
inw
(u32 addr)
in inw()
function
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
io.c
74
u16
inw
(unsigned long port)
in inw()
function
100
EXPORT_SYMBOL(
inw
);
variable
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
io.h
213
static inline u16
inw
(unsigned long port)
in inw()
function
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
io.c
91
u16
inw
(unsigned long port)
in inw()
function
117
EXPORT_SYMBOL(
inw
);
variable
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
io.h
242
#define
inw
(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
io.h
339
#define
inw
inw
macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
io_64.h
201
#define
inw
inw
macro
202
static inline u16
inw
(unsigned long addr)
in inw()
function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
io.h
345
extern inline u16
inw
(unsigned long port)
in inw()
function
Completed in 15 milliseconds
1
2