Searched refs:altera_mbox_pending (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mailbox/
H A Dmailbox-altera.c78 static inline int altera_mbox_pending(struct altera_mbox *mbox) altera_mbox_pending() function
132 if (altera_mbox_pending(mbox)) { altera_mbox_rx_data()
256 return altera_mbox_pending(mbox) ? true : false; altera_mbox_peek_data()

Completed in 44 milliseconds