Searched refs:omap_mbox_queue (Results 1 – 2 of 2) sorted by relevance
93 struct omap_mbox_queue *mq = mbox->txq; in omap_mbox_msg_send()122 struct omap_mbox_queue *mq = mbox->txq; in mbox_tx_tasklet()145 struct omap_mbox_queue *mq = in mbox_rx_work()146 container_of(work, struct omap_mbox_queue, work); in mbox_rx_work()177 struct omap_mbox_queue *mq = mbox->rxq; in __mbox_rx_interrupt()216 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()220 struct omap_mbox_queue *mq; in mbox_queue_alloc()222 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL); in mbox_queue_alloc()242 static void mbox_queue_free(struct omap_mbox_queue *q) in mbox_queue_free()251 struct omap_mbox_queue *mq; in omap_mbox_startup()
44 struct omap_mbox_queue { struct56 struct omap_mbox_queue *txq, *rxq; argument