Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mailbox/
Dmailbox.c44 idx = chan->msg_free; in add_to_rbuf()
49 chan->msg_free = 0; in add_to_rbuf()
51 chan->msg_free++; in add_to_rbuf()
71 idx = chan->msg_free; in msg_submit()
337 chan->msg_free = 0; in mbox_request_channel()
Dpcc.c131 chan->msg_free = 0; in pcc_mbox_request_channel()
Domap-mailbox.c489 chan->msg_free = 0; in omap_mbox_request_channel()
/linux-4.1.27/include/linux/
Dmailbox_controller.h122 unsigned msg_count, msg_free; member