Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mailbox/
Dmailbox.c42 idx = chan->msg_free; in add_to_rbuf()
47 chan->msg_free = 0; in add_to_rbuf()
49 chan->msg_free++; in add_to_rbuf()
69 idx = chan->msg_free; in msg_submit()
347 chan->msg_free = 0; in mbox_request_channel()
Dpcc.c261 chan->msg_free = 0; in pcc_mbox_request_channel()
Domap-mailbox.c444 chan->msg_free = 0; in omap_mbox_request_channel()
/Linux-v4.19/include/linux/
Dmailbox_controller.h123 unsigned msg_count, msg_free; member