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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmailbox.c93 struct omap_mbox_queue *mq = mbox->txq;
117 struct omap_mbox_queue *mq = mbox->txq;
140 struct omap_mbox_queue *mq =
141 container_of(work, struct omap_mbox_queue, work);
166 struct omap_mbox_queue *mq = mbox->rxq;
205 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox,
209 struct omap_mbox_queue *mq;
211 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL);
231 static void mbox_queue_free(struct omap_mbox_queue *q)
240 struct omap_mbox_queue *m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmailbox.h44 struct omap_mbox_queue { struct
56 struct omap_mbox_queue *txq, *rxq;

Completed in 55 milliseconds