Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mailbox/
Dmailbox.c65 if (!chan->msg_count || chan->active_req) in msg_submit()
82 chan->active_req = data; in msg_submit()
99 mssg = chan->active_req; in tx_tick()
100 chan->active_req = NULL; in tx_tick()
127 if (chan->active_req && chan->cl) { in txdone_hrtimer()
349 chan->active_req = NULL; in mbox_request_channel()
420 chan->active_req = NULL; in mbox_free_channel()
Dpcc.c263 chan->active_req = NULL; in pcc_mbox_request_channel()
313 chan->active_req = NULL; in pcc_mbox_free_channel()
Domap-mailbox.c446 chan->active_req = NULL; in omap_mbox_request_channel()
/Linux-v4.19/include/linux/
Dmailbox_controller.h122 void *active_req; member