msg_free           39 drivers/mailbox/mailbox.c 	idx = chan->msg_free;
msg_free           44 drivers/mailbox/mailbox.c 		chan->msg_free = 0;
msg_free           46 drivers/mailbox/mailbox.c 		chan->msg_free++;
msg_free           66 drivers/mailbox/mailbox.c 	idx = chan->msg_free;
msg_free          374 drivers/mailbox/mailbox.c 	chan->msg_free = 0;
msg_free          446 drivers/mailbox/omap-mailbox.c 	chan->msg_free = 0;
msg_free          252 drivers/mailbox/pcc.c 	chan->msg_free = 0;
msg_free          123 include/linux/mailbox_controller.h 	unsigned msg_count, msg_free;