Searched refs:iop_msg (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/m68k/mac/
H A Diop.c144 void (*handler)(struct iop_msg *);
160 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
161 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
214 static struct iop_msg *iop_get_unused_msg(void)
311 void (*handler)(struct iop_msg *),
328 void iop_complete_message(struct iop_msg *msg)
354 static void iop_do_send(struct iop_msg *msg)
381 struct iop_msg *msg;
413 struct iop_msg *msg;
452 void (*handler)(struct iop_msg *))
[all...]
/linux-master/drivers/macintosh/
H A Dadb-iop.c82 static void adb_iop_complete(struct iop_msg *msg)
101 static void adb_iop_listen(struct iop_msg *msg)
249 static void adb_iop_set_ap_complete(struct iop_msg *msg)
/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h139 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 *);

Completed in 154 milliseconds