iop_msg           140 arch/m68k/include/asm/mac_iop.h 	struct iop_msg	*next;		/* next message in queue or NULL     */
iop_msg           147 arch/m68k/include/asm/mac_iop.h 	void	(*handler)(struct iop_msg *);
iop_msg           154 arch/m68k/include/asm/mac_iop.h 			void (*handler)(struct iop_msg *),
iop_msg           157 arch/m68k/include/asm/mac_iop.h 			    void (*)(struct iop_msg *));
iop_msg           158 arch/m68k/include/asm/mac_iop.h extern void iop_complete_message(struct iop_msg *);
iop_msg           138 arch/m68k/mac/iop.c 	void (*handler)(struct iop_msg *);
iop_msg           154 arch/m68k/mac/iop.c static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
iop_msg           155 arch/m68k/mac/iop.c static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
iop_msg           213 arch/m68k/mac/iop.c static struct iop_msg *iop_get_unused_msg(void)
iop_msg           334 arch/m68k/mac/iop.c 		void (*handler)(struct iop_msg *),
iop_msg           351 arch/m68k/mac/iop.c void iop_complete_message(struct iop_msg *msg)
iop_msg           377 arch/m68k/mac/iop.c static void iop_do_send(struct iop_msg *msg)
iop_msg           401 arch/m68k/mac/iop.c 	struct iop_msg *msg;
iop_msg           431 arch/m68k/mac/iop.c 	struct iop_msg *msg;
iop_msg           472 arch/m68k/mac/iop.c 		      void (*handler)(struct iop_msg *))
iop_msg           474 arch/m68k/mac/iop.c 	struct iop_msg *msg, *q;
iop_msg            80 drivers/macintosh/adb-iop.c static void adb_iop_complete(struct iop_msg *msg)
iop_msg           102 drivers/macintosh/adb-iop.c static void adb_iop_listen(struct iop_msg *msg)