Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mailbox/
Dmailbox.c88 if (!err && (chan->txdone_method & TXDONE_BY_POLL)) in msg_submit()
173 if (unlikely(!(chan->txdone_method & TXDONE_BY_IRQ))) { in mbox_chan_txdone()
194 if (unlikely(!(chan->txdone_method & TXDONE_BY_ACK))) { in mbox_client_txdone()
353 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in mbox_request_channel()
354 chan->txdone_method = TXDONE_BY_ACK; in mbox_request_channel()
421 if (chan->txdone_method == TXDONE_BY_ACK) in mbox_free_channel()
422 chan->txdone_method = TXDONE_BY_POLL; in mbox_free_channel()
479 chan->txdone_method = txdone; in mbox_controller_register()
Dpcc.c267 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in pcc_mbox_request_channel()
268 chan->txdone_method = TXDONE_BY_ACK; in pcc_mbox_request_channel()
314 if (chan->txdone_method == TXDONE_BY_ACK) in pcc_mbox_free_channel()
315 chan->txdone_method = TXDONE_BY_POLL; in pcc_mbox_free_channel()
Domap-mailbox.c374 mbox->chan->txdone_method = TXDONE_BY_ACK; in omap_mbox_startup()
/Linux-v4.19/include/linux/
Dmailbox_controller.h119 unsigned txdone_method; member