Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dmac_iop.h138 struct iop_msg { struct
139 struct iop_msg *next; /* next message in queue or NULL */ argument
146 void (*handler)(struct iop_msg *); argument
153 void (*handler)(struct iop_msg *),
156 void (*)(struct iop_msg *));
157 extern void iop_complete_message(struct iop_msg *);
/linux-4.1.27/arch/m68k/mac/
Diop.c128 void (*handler)(struct iop_msg *);
144 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
145 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
203 static struct iop_msg *iop_alloc_msg(void) in iop_alloc_msg()
222 static void iop_free_msg(struct iop_msg *msg) in iop_free_msg()
329 void (*handler)(struct iop_msg *), in iop_listen() argument
346 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()
373 static void iop_do_send(struct iop_msg *msg) in iop_do_send()
397 struct iop_msg *msg,*msg2; in iop_handle_send()
431 struct iop_msg *msg; in iop_handle_recv()
[all …]
/linux-4.1.27/drivers/macintosh/
Dadb-iop.c80 static void adb_iop_complete(struct iop_msg *msg) in adb_iop_complete()
102 static void adb_iop_listen(struct iop_msg *msg) in adb_iop_listen()