Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mailbox/
Dmailbox.c86 if (!err && (chan->txdone_method & TXDONE_BY_POLL)) { in msg_submit()
179 if (unlikely(!(chan->txdone_method & TXDONE_BY_IRQ))) { in mbox_chan_txdone()
200 if (unlikely(!(chan->txdone_method & TXDONE_BY_ACK))) { in mbox_client_txdone()
339 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in __mbox_bind_client()
340 chan->txdone_method = TXDONE_BY_ACK; in __mbox_bind_client()
499 if (chan->txdone_method == TXDONE_BY_ACK) in mbox_free_channel()
500 chan->txdone_method = TXDONE_BY_POLL; in mbox_free_channel()
558 chan->txdone_method = txdone; in mbox_controller_register()
Domap-mailbox.c376 mbox->chan->txdone_method = TXDONE_BY_ACK; in omap_mbox_startup()
Dtegra-hsp.c509 chan->txdone_method = TXDONE_BY_IRQ; in tegra_hsp_mailbox_startup()
/linux-6.6.21/include/linux/
Dmailbox_controller.h120 unsigned txdone_method; member