Lines Matching full:iop
3 * I/O Processor (IOP) ADB Driver
52 .name = "ISM IOP",
77 * Completion routine for ADB commands sent to the IOP.
94 * Listen for ADB messages from the IOP.
96 * This will be called when unsolicited IOP messages are received.
97 * These IOP messages can carry ADB autopoll responses and also occur
112 * produced when the IOP polls devices. They are mostly timeouts. in adb_iop_listen()
151 * Start sending an ADB packet, IOP style
153 * There isn't much to do other than hand the packet over to the IOP
167 /* The IOP takes MacII-style packets, so strip the initial in adb_iop_start()
181 /* Now send it. The IOP manager will call adb_iop_complete in adb_iop_start()
197 pr_info("adb: IOP ISM driver v0.4 for Unified ADB\n"); in adb_iop_init()