Home
last modified time | relevance | path

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

/arch/arm/plat-omap/
Dmailbox.c62 if (arg && mbox->txq->callback) { in __mbox_msg_send()
63 ret = mbox->txq->callback(arg); in __mbox_msg_send()
77 struct request_queue *q = mbox->txq->queue; in omap_mbox_msg_send()
89 schedule_work(&mbox->txq->work); in omap_mbox_msg_send()
102 struct request_queue *q = mbox->txq->queue; in mbox_tx_work()
174 schedule_work(&mbox->txq->work); in __mbox_tx_interrupt()
364 mbox->txq = mq; in omap_mbox_init()
376 mbox_queue_free(mbox->txq); in omap_mbox_init()
392 mbox_queue_free(mbox->txq); in omap_mbox_fini()
/arch/arm/plat-omap/include/mach/
Dmailbox.h50 struct omap_mbox_queue *txq, *rxq; member