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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_iop.h138 struct iop_msg { struct
139 struct iop_msg *next; /* next message in queue or NULL */
146 void (*handler)(struct iop_msg *);
153 void (*handler)(struct iop_msg *),
156 void (*)(struct iop_msg *));
157 extern void iop_complete_message(struct iop_msg *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Diop.c130 void (*handler)(struct iop_msg *);
146 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
147 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
207 static struct iop_msg *iop_alloc_msg(void)
226 static void iop_free_msg(struct iop_msg *msg)
336 void (*handler)(struct iop_msg *),
353 void iop_complete_message(struct iop_msg *msg)
380 static void iop_do_send(struct iop_msg *msg)
404 struct iop_msg *msg,*msg2;
438 struct iop_msg *ms
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb-iop.c76 static void adb_iop_complete(struct iop_msg *msg)
98 static void adb_iop_listen(struct iop_msg *msg)

Completed in 116 milliseconds