iop_msg
struct iop_msg *next; /* next message in queue or NULL */
void (*handler)(struct iop_msg *);
void (*handler)(struct iop_msg *),
void (*)(struct iop_msg *));
extern void iop_complete_message(struct iop_msg *);
void (*handler)(struct iop_msg *);
static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
static struct iop_msg *iop_get_unused_msg(void)
void (*handler)(struct iop_msg *),
void iop_complete_message(struct iop_msg *msg)
static void iop_do_send(struct iop_msg *msg)
struct iop_msg *msg;
struct iop_msg *msg;
void (*handler)(struct iop_msg *))
struct iop_msg *msg, *q;
static void adb_iop_listen(struct iop_msg *msg)
static void adb_iop_set_ap_complete(struct iop_msg *msg)
static void adb_iop_complete(struct iop_msg *msg)