Symbol: omap_device
arch/arm/include/asm/device.h
15
struct omap_device;
arch/arm/include/asm/device.h
19
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
111
static void _add_hwmod_clocks_clkdev(struct omap_device *od,
arch/arm/mach-omap2/omap_device.c
134
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
217
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
263
static int _omap_device_enable_hwmods(struct omap_device *od)
arch/arm/mach-omap2/omap_device.c
280
static int _omap_device_idle_hwmods(struct omap_device *od)
arch/arm/mach-omap2/omap_device.c
304
static struct omap_device *omap_device_alloc(struct platform_device *pdev,
arch/arm/mach-omap2/omap_device.c
308
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
312
od = kzalloc_obj(struct omap_device);
arch/arm/mach-omap2/omap_device.c
341
static void omap_device_delete(struct omap_device *od)
arch/arm/mach-omap2/omap_device.c
396
struct omap_device *od = to_omap_device(pdev);
arch/arm/mach-omap2/omap_device.c
418
struct omap_device *od = to_omap_device(pdev);
arch/arm/mach-omap2/omap_device.c
42
static struct omap_device *omap_device_alloc(struct platform_device *pdev,
arch/arm/mach-omap2/omap_device.c
44
static void omap_device_delete(struct omap_device *od);
arch/arm/mach-omap2/omap_device.c
467
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
498
struct omap_device *od;
arch/arm/mach-omap2/omap_device.c
50
static void _add_clkdev(struct omap_device *od, const char *clk_alias,
arch/arm/mach-omap2/omap_device.c
531
struct omap_device *od = to_omap_device(pdev);
arch/arm/mach-omap2/omap_device.c
559
struct omap_device *od = to_omap_device(pdev);
arch/arm/mach-omap2/omap_device.c
594
struct omap_device *od = to_omap_device(pdev);
arch/arm/mach-omap2/omap_device.h
74
static inline struct omap_device *to_omap_device(struct platform_device *pdev)
arch/arm/mach-omap2/omap_hwmod.h
34
struct omap_device;
arch/arm/mach-omap2/omap_hwmod.h
578
struct omap_device *od;