Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox.c63 if (!chan->msg_count || chan->active_req) in msg_submit()
80 chan->active_req = data; in msg_submit()
100 mssg = chan->active_req; in tx_tick()
101 chan->active_req = NULL; in tx_tick()
129 if (chan->active_req && chan->cl) { in txdone_hrtimer()
335 chan->active_req = NULL; in __mbox_bind_client()
498 chan->active_req = NULL; in mbox_free_channel()
H A Dtegra-hsp.c490 if (chan->active_req != NULL) in tegra_hsp_mailbox_flush()
/openbmc/linux/include/linux/
H A Dmailbox_controller.h123 void *active_req; member