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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dmailbox.h64 int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg, void *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmailbox.c74 int omap_mbox_msg_send(struct omap_mbox *mbox, mbox_msg_t msg, void* arg) function
93 EXPORT_SYMBOL(omap_mbox_msg_send); variable
238 ret = omap_mbox_msg_send(mbox, be32_to_cpu(*p), NULL);

Completed in 46 milliseconds