Home
last modified time | relevance | path

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

/linux-4.4.14/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()
345 chan->msg_free = 0; in mbox_request_channel()
Dpcc.c131 chan->msg_free = 0; in pcc_mbox_request_channel()
Domap-mailbox.c496 chan->msg_free = 0; in omap_mbox_request_channel()
/linux-4.4.14/include/linux/
Dmailbox_controller.h123 unsigned msg_count, msg_free; member