Searched refs:txdone_method (Results 1 – 6 of 6) sorted by relevance
75 if (!err && (chan->txdone_method & MBOX_TXDONE_BY_POLL)) { in msg_submit()165 if (unlikely(!(chan->txdone_method & MBOX_TXDONE_BY_IRQ))) { in mbox_chan_txdone()186 if (unlikely(!(chan->txdone_method & MBOX_TXDONE_BY_ACK))) { in mbox_client_txdone()347 if (chan->txdone_method == MBOX_TXDONE_BY_POLL && cl->knows_txdone) in __mbox_bind_client()348 chan->txdone_method = MBOX_TXDONE_BY_ACK; in __mbox_bind_client()502 if (chan->txdone_method == MBOX_TXDONE_BY_ACK) in mbox_free_channel()503 chan->txdone_method = MBOX_TXDONE_BY_POLL; in mbox_free_channel()556 chan->txdone_method = txdone; in mbox_controller_register()
241 mbox->chan->txdone_method = MBOX_TXDONE_BY_ACK; in omap_mbox_startup()
416 chan->txdone_method = MBOX_TXDONE_BY_ACK; in cix_mbox_startup()
517 chan->txdone_method = MBOX_TXDONE_BY_IRQ; in tegra_hsp_mailbox_startup()
735 p_chan->txdone_method = MBOX_TXDONE_BY_ACK; in imx_mu_xlate()
132 unsigned txdone_method; member