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:iop_msg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mac_iop.h
139
struct
iop_msg
{
struct
140
struct
iop_msg
*next; /* next message in queue or NULL */
147
void (*handler)(struct
iop_msg
*);
154
void (*handler)(struct
iop_msg
*),
157
void (*)(struct
iop_msg
*));
158
extern void iop_complete_message(struct
iop_msg
*);
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mac_iop.h
139
struct
iop_msg
{
struct
140
struct
iop_msg
*next; /* next message in queue or NULL */
147
void (*handler)(struct
iop_msg
*);
154
void (*handler)(struct
iop_msg
*),
157
void (*)(struct
iop_msg
*));
158
extern void iop_complete_message(struct
iop_msg
*);
/kernel/linux/linux-5.10/arch/m68k/mac/
H
A
D
iop.c
138
void (*handler)(struct
iop_msg
*);
154
static struct
iop_msg
iop_msg_pool[NUM_IOP_MSGS];
155
static struct
iop_msg
*iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
208
static struct
iop_msg
*iop_get_unused_msg(void)
in iop_get_unused_msg()
327
void (*handler)(struct
iop_msg
*),
in iop_listen()
344
void iop_complete_message(struct
iop_msg
*msg)
in iop_complete_message()
370
static void iop_do_send(struct
iop_msg
*msg)
in iop_do_send()
397
struct
iop_msg
*msg;
in iop_handle_send()
429
struct
iop_msg
*msg;
in iop_handle_recv()
468
void (*handler)(struct
iop_msg
*))
in iop_send_message()
[all...]
/kernel/linux/linux-6.6/arch/m68k/mac/
H
A
D
iop.c
142
void (*handler)(struct
iop_msg
*);
158
static struct
iop_msg
iop_msg_pool[NUM_IOP_MSGS];
159
static struct
iop_msg
*iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
212
static struct
iop_msg
*iop_get_unused_msg(void)
in iop_get_unused_msg()
309
void (*handler)(struct
iop_msg
*),
in iop_listen()
326
void iop_complete_message(struct
iop_msg
*msg)
in iop_complete_message()
352
static void iop_do_send(struct
iop_msg
*msg)
in iop_do_send()
379
struct
iop_msg
*msg;
in iop_handle_send()
411
struct
iop_msg
*msg;
in iop_handle_recv()
450
void (*handler)(struct
iop_msg
*))
in iop_send_message()
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
adb-iop.c
82
static void adb_iop_complete(struct
iop_msg
*msg)
in adb_iop_complete()
101
static void adb_iop_listen(struct
iop_msg
*msg)
in adb_iop_listen()
249
static void adb_iop_set_ap_complete(struct
iop_msg
*msg)
in adb_iop_set_ap_complete()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
adb-iop.c
82
static void adb_iop_complete(struct
iop_msg
*msg)
in adb_iop_complete()
101
static void adb_iop_listen(struct
iop_msg
*msg)
in adb_iop_listen()
249
static void adb_iop_set_ap_complete(struct
iop_msg
*msg)
in adb_iop_set_ap_complete()
Completed in 5 milliseconds