Home
last modified time | relevance | path

Searched refs:iop_msg (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/m68k/include/asm/
Dmac_iop.h139 struct iop_msg { struct
140 struct iop_msg *next; /* next message in queue or NULL */ argument
147 void (*handler)(struct iop_msg *); argument
154 void (*handler)(struct iop_msg *),
157 void (*)(struct iop_msg *));
158 extern void iop_complete_message(struct iop_msg *);
/Linux-v4.19/arch/m68k/mac/
Diop.c138 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];
213 static struct iop_msg *iop_get_unused_msg(void) in iop_get_unused_msg()
334 void (*handler)(struct iop_msg *), in iop_listen() argument
351 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()
377 static void iop_do_send(struct iop_msg *msg) in iop_do_send()
401 struct iop_msg *msg; in iop_handle_send()
431 struct iop_msg *msg; in iop_handle_recv()
472 void (*handler)(struct iop_msg *)) in iop_send_message() argument
[all …]
/Linux-v4.19/drivers/macintosh/
Dadb-iop.c79 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()