Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmailbox_controller.h47 struct mbox_chan_ops { struct
75 struct mbox_chan_ops *ops; argument
/linux-4.1.27/drivers/mailbox/
Darm_mhu.c113 static struct mbox_chan_ops mhu_ops = {
Dpcc.c201 static struct mbox_chan_ops pcc_chan_ops = {
Dmailbox-altera.c288 static struct mbox_chan_ops altera_mbox_ops = {
Domap-mailbox.c607 static struct mbox_chan_ops omap_mbox_chan_ops = {
/linux-4.1.27/Documentation/
Dmailbox.txt24 Populate mbox_chan_ops, except peek_data() all are mandatory.