Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mailbox/
Domap-mailbox.c80 struct omap_mbox_queue { struct
114 struct omap_mbox_queue *rxq;
305 struct omap_mbox_queue *mq = in mbox_rx_work()
306 container_of(work, struct omap_mbox_queue, work); in mbox_rx_work()
336 struct omap_mbox_queue *mq = mbox->rxq; in __mbox_rx_interrupt()
372 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()
375 struct omap_mbox_queue *mq; in mbox_queue_alloc()
380 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL); in mbox_queue_alloc()
397 static void mbox_queue_free(struct omap_mbox_queue *q) in mbox_queue_free()
406 struct omap_mbox_queue *mq; in omap_mbox_startup()