Searched refs:omap_mbox_queue (Results 1 – 1 of 1) sorted by relevance
82 struct omap_mbox_queue { struct117 struct omap_mbox_queue *rxq;309 struct omap_mbox_queue *mq = in mbox_rx_work()310 container_of(work, struct omap_mbox_queue, work); in mbox_rx_work()340 struct omap_mbox_queue *mq = mbox->rxq; in __mbox_rx_interrupt()376 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()379 struct omap_mbox_queue *mq; in mbox_queue_alloc()384 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL); in mbox_queue_alloc()401 static void mbox_queue_free(struct omap_mbox_queue *q) in mbox_queue_free()410 struct omap_mbox_queue *mq; in omap_mbox_startup()