Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Domap-mailbox.c68 struct omap_mbox *mbox;
84 struct omap_mbox **mboxes;
102 struct omap_mbox { struct
123 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox() argument
128 return (struct omap_mbox *)chan->con_priv; in mbox_chan_to_omap_mbox()
144 static u32 mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()
151 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write()
158 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()
165 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()
173 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()
[all …]