Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dmailbox.h70 int omap_mbox_register(struct device *parent, struct omap_mbox **);
/linux-3.4.99/arch/arm/plat-omap/
Dmailbox.c361 int omap_mbox_register(struct device *parent, struct omap_mbox **list) in omap_mbox_register() function
388 EXPORT_SYMBOL(omap_mbox_register);
/linux-3.4.99/arch/arm/mach-omap1/
Dmailbox.c159 ret = omap_mbox_register(&pdev->dev, list); in omap1_mbox_probe()
/linux-3.4.99/arch/arm/mach-omap2/
Dmailbox.c389 ret = omap_mbox_register(&pdev->dev, list); in omap2_mbox_probe()