Searched refs:omap_device (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 Domap_device.h2 * omap_device headers
19 * b) implemented as a proper omap_bus/omap_device in Linux, no more
22 * omap_device differs from omap_hwmod in that it includes external
39 /* omap_device._state values */
46 * struct omap_device - omap_device wrapper for platform_devices
48 * @hwmods: (one .. many per omap_device)
61 * the omap_device code.
64 struct omap_device { struct
85 bool omap_device_is_valid(struct omap_device *o
[all...]
H A Domap_hwmod.h40 struct omap_device;
411 * @od: struct omap_device currently associated with this hwmod (internal use)
449 struct omap_device *od;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c2 * omap_device implementation
23 * b) implemented as a proper omap_bus/omap_device in Linux, no more
86 #include <plat/omap_device.h>
94 * OMAP_DEVICE_MAGIC: used to determine whether a struct omap_device
95 * obtained via container_of() is in fact a struct omap_device
103 * @od: struct omap_device *
106 * Increase readiness of omap_device @od (thus decreasing device
108 * IGNORE_WAKEUP_LAT, make the omap_device fully active. Otherwise,
115 static int _omap_device_activate(struct omap_device *od, u8 ignore_lat)
119 pr_debug("omap_device
[all...]
H A DMakefile15 # omap_device support (OMAP2+ only at the moment)
16 obj-$(CONFIG_ARCH_OMAP2) += omap_device.o
17 obj-$(CONFIG_ARCH_OMAP3) += omap_device.o
18 obj-$(CONFIG_ARCH_OMAP4) += omap_device.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm.c18 #include <plat/omap_device.h>
49 struct omap_device *od;
57 if (WARN(IS_ERR(od), "%s: could not build omap_device for %s\n",

Completed in 34 milliseconds