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:trapped_io
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
io_trapped.c
23
LIST_HEAD(
trapped_io
);
variable
24
EXPORT_SYMBOL_GPL(
trapped_io
);
variable
41
int register_trapped_io(struct
trapped_io
*tiop)
in register_trapped_io()
92
list_add(&tiop->list, &
trapped_io
);
in register_trapped_io()
111
struct
trapped_io
*tiop;
in match_trapped_io_handler()
134
static struct
trapped_io
*lookup_tiop(unsigned long address)
in lookup_tiop()
165
static unsigned long lookup_address(struct
trapped_io
*tiop,
in lookup_address()
223
struct
trapped_io
*tiop;
in from_device()
246
struct
trapped_io
*tiop;
in to_device()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
io_trapped.c
23
LIST_HEAD(
trapped_io
);
variable
24
EXPORT_SYMBOL_GPL(
trapped_io
);
variable
41
int register_trapped_io(struct
trapped_io
*tiop)
in register_trapped_io()
92
list_add(&tiop->list, &
trapped_io
);
in register_trapped_io()
111
struct
trapped_io
*tiop;
in match_trapped_io_handler()
134
static struct
trapped_io
*lookup_tiop(unsigned long address)
in lookup_tiop()
165
static unsigned long lookup_address(struct
trapped_io
*tiop,
in lookup_address()
223
struct
trapped_io
*tiop;
in from_device()
246
struct
trapped_io
*tiop;
in to_device()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
io_trapped.h
11
struct
trapped_io
{
struct
21
int register_trapped_io(struct
trapped_io
*tiop);
41
extern struct list_head
trapped_io
;
46
return match_trapped_io_handler(&
trapped_io
, offset, size);
in __ioport_map_trapped()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
io_trapped.h
11
struct
trapped_io
{
struct
21
int register_trapped_io(struct
trapped_io
*tiop);
41
extern struct list_head
trapped_io
;
46
return match_trapped_io_handler(&
trapped_io
, offset, size);
in __ioport_map_trapped()
/kernel/linux/linux-5.10/arch/sh/boards/mach-r2d/
H
A
D
setup.c
239
static struct
trapped_io
cf_trapped_io = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-r2d/
H
A
D
setup.c
239
static struct
trapped_io
cf_trapped_io = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-highlander/
H
A
D
setup.c
283
static struct
trapped_io
cf_trapped_io = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-highlander/
H
A
D
setup.c
283
static struct
trapped_io
cf_trapped_io = {
Completed in 4 milliseconds