Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dsun6i-msgbox.c54 static bool sun6i_msgbox_peek_data(struct mbox_chan *chan);
85 while (sun6i_msgbox_peek_data(chan)) { in sun6i_msgbox_irq()
123 while (sun6i_msgbox_peek_data(chan)) in sun6i_msgbox_startup()
153 while (sun6i_msgbox_peek_data(chan)) in sun6i_msgbox_shutdown()
179 static bool sun6i_msgbox_peek_data(struct mbox_chan *chan) in sun6i_msgbox_peek_data() function
192 .peek_data = sun6i_msgbox_peek_data,