Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmailbox_controller.h60 bool (*peek_data)(struct mbox_chan *chan); member
/linux/drivers/mailbox/
H A Dmailbox.c212 if (chan->mbox->ops->peek_data) in mbox_client_peek_data()
213 return chan->mbox->ops->peek_data(chan); in mbox_client_peek_data()
H A Dmailbox-altera.c282 .peek_data = altera_mbox_peek_data,
H A Dsun6i-msgbox.c192 .peek_data = sun6i_msgbox_peek_data,
H A Dti-msgmgr.c753 .peek_data = ti_msgmgr_queue_peek_data,