Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Dmailbox.c39 idx = chan->msg_free; in add_to_rbuf()
44 chan->msg_free = 0; in add_to_rbuf()
46 chan->msg_free++; in add_to_rbuf()
66 idx = chan->msg_free; in msg_submit()
382 chan->msg_free = 0; in mbox_request_channel()
Dpcc.c300 chan->msg_free = 0; in pcc_mbox_request_channel()
Domap-mailbox.c446 chan->msg_free = 0; in omap_mbox_request_channel()
/Linux-v6.1/include/linux/
Dmailbox_controller.h124 unsigned msg_count, msg_free; member