Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mailbox/
H A 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()
376 chan->msg_free = 0; in mbox_request_channel()
H A Dpcc.c252 chan->msg_free = 0; in pcc_mbox_request_channel()
H A Domap-mailbox.c446 chan->msg_free = 0; in omap_mbox_request_channel()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmailbox_controller.h123 unsigned msg_count, msg_free; member