Searched refs:omap_mbox_queue (Results 1 – 2 of 2) sorted by relevance
99 struct omap_mbox_queue *mq = container_of(work, in mbox_tx_work()100 struct omap_mbox_queue, work); in mbox_tx_work()130 struct omap_mbox_queue *mq = in mbox_rx_work()131 container_of(work, struct omap_mbox_queue, work); in mbox_rx_work()292 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()297 struct omap_mbox_queue *mq; in mbox_queue_alloc()299 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL); in mbox_queue_alloc()319 static void mbox_queue_free(struct omap_mbox_queue *q) in mbox_queue_free()328 struct omap_mbox_queue *mq; in omap_mbox_init()
38 struct omap_mbox_queue { struct50 struct omap_mbox_queue *txq, *rxq; argument