Home
last modified time | relevance | path

Searched refs:omap_mbox_queue (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-omap/
Dmailbox.c99 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()
/arch/arm/plat-omap/include/mach/
Dmailbox.h38 struct omap_mbox_queue { struct
50 struct omap_mbox_queue *txq, *rxq; argument