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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmailbox.h13 struct omap_mbox;
25 int (*startup)(struct omap_mbox *mbox);
26 void (*shutdown)(struct omap_mbox *mbox);
28 mbox_msg_t (*fifo_read)(struct omap_mbox *mbox);
29 void (*fifo_write)(struct omap_mbox *mbox, mbox_msg_t msg);
30 int (*fifo_empty)(struct omap_mbox *mbox);
31 int (*fifo_full)(struct omap_mbox *mbox);
33 void (*enable_irq)(struct omap_mbox *mbox,
35 void (*disable_irq)(struct omap_mbox *mbox,
37 void (*ack_irq)(struct omap_mbox *mbo
53 struct omap_mbox { struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmailbox.c35 static struct omap_mbox **mboxes;
46 static inline mbox_msg_t mbox_fifo_read(struct omap_mbox *mbox)
50 static inline void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg)
54 static inline int mbox_fifo_empty(struct omap_mbox *mbox)
58 static inline int mbox_fifo_full(struct omap_mbox *mbox)
64 static inline void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq)
69 static inline int is_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq)
77 static int __mbox_poll_for_space(struct omap_mbox *mbox)
91 int omap_mbox_msg_send(struct omap_mbox *mbox, mbox_msg_t msg)
116 struct omap_mbox *mbo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dmailbox.c51 static mbox_msg_t omap1_mbox_fifo_read(struct omap_mbox *mbox)
64 omap1_mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg)
73 static int omap1_mbox_fifo_empty(struct omap_mbox *mbox)
78 static int omap1_mbox_fifo_full(struct omap_mbox *mbox)
88 omap1_mbox_enable_irq(struct omap_mbox *mbox, omap_mbox_type_t irq)
95 omap1_mbox_disable_irq(struct omap_mbox *mbox, omap_mbox_type_t irq)
102 omap1_mbox_is_irq(struct omap_mbox *mbox, omap_mbox_type_t irq)
135 struct omap_mbox mbox_dsp_info = {
141 struct omap_mbox *omap1_mboxes[] = { &mbox_dsp_info, NULL };
148 struct omap_mbox **lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dmailbox.c75 static void omap2_mbox_enable_irq(struct omap_mbox *mbox,
89 static int omap2_mbox_startup(struct omap_mbox *mbox)
144 static void omap2_mbox_shutdown(struct omap_mbox *mbox)
152 static mbox_msg_t omap2_mbox_fifo_read(struct omap_mbox *mbox)
159 static void omap2_mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg)
166 static int omap2_mbox_fifo_empty(struct omap_mbox *mbox)
173 static int omap2_mbox_fifo_full(struct omap_mbox *mbox)
181 static void omap2_mbox_enable_irq(struct omap_mbox *mbox,
192 static void omap2_mbox_disable_irq(struct omap_mbox *mbox,
202 static void omap2_mbox_ack_irq(struct omap_mbox *mbo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_tiomap.h330 struct omap_mbox *mbox; /* Mail box handle */

Completed in 127 milliseconds