Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dmailbox.c55 if (!chan->msg_count || chan->active_req) in msg_submit()
72 chan->active_req = data; in msg_submit()
89 mssg = chan->active_req; in tx_tick()
90 chan->active_req = NULL; in tx_tick()
117 if (chan->active_req && chan->cl) { in txdone_hrtimer()
322 chan->active_req = NULL; in __mbox_bind_client()
480 chan->active_req = NULL; in mbox_free_channel()
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.c500 if (chan->active_req != NULL) in tegra_hsp_mailbox_flush()
/linux/include/linux/
H A Dmailbox_controller.h126 void *active_req; member