Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dmailbox.c53 if (!chan->msg_count || chan->active_req != MBOX_NO_MSG) in msg_submit()
70 chan->active_req = data; in msg_submit()
87 mssg = chan->active_req; in tx_tick()
88 chan->active_req = MBOX_NO_MSG; in tx_tick()
115 if (chan->active_req != MBOX_NO_MSG && chan->cl) { in txdone_hrtimer()
343 chan->active_req = MBOX_NO_MSG; in __mbox_bind_client()
501 chan->active_req = MBOX_NO_MSG; in mbox_free_channel()
555 chan->active_req = MBOX_NO_MSG; in mbox_controller_register()
H A Dmtk-vcp-mailbox.c87 struct mtk_ipi_info *ipi_info = chan->active_req; in mtk_vcp_mbox_last_tx_done()
H A Dtegra-hsp.c498 if (chan->active_req != MBOX_NO_MSG) in tegra_hsp_mailbox_flush()
/linux/include/linux/
H A Dmailbox_controller.h135 void *active_req; member