Searched refs:pm_lats (Results 1 - 3 of 3) 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.h50 * @pm_lats: ptr to an omap_device_pm_latency table
51 * @pm_lats_cnt: ARRAY_SIZE() of what is passed to @pm_lats
68 struct omap_device_pm_latency *pm_lats; member in struct:omap_device
92 struct omap_device_pm_latency *pm_lats,
98 struct omap_device_pm_latency *pm_lats,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm.c21 static struct omap_device_pm_latency *pm_lats; variable in typeref:struct:omap_device_pm_latency
56 od = omap_device_build(oh->name, 0, oh, NULL, 0, pm_lats, 0, false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c127 odpl = od->pm_lats + od->pm_lat_level;
193 odpl = od->pm_lats + od->pm_lat_level;
310 * @pm_lats: pointer to a omap_device_pm_latency array for this device
311 * @pm_lats_cnt: ARRAY_SIZE() of @pm_lats
323 struct omap_device_pm_latency *pm_lats,
332 pdata_len, pm_lats, pm_lats_cnt,
343 * @pm_lats: pointer to a omap_device_pm_latency array for this device
344 * @pm_lats_cnt: ARRAY_SIZE() of @pm_lats
356 struct omap_device_pm_latency *pm_lats,
412 od->pm_lats
320 omap_device_build(const char *pdev_name, int pdev_id, struct omap_hwmod *oh, void *pdata, int pdata_len, struct omap_device_pm_latency *pm_lats, int pm_lats_cnt, int is_early_device) argument
353 omap_device_build_ss(const char *pdev_name, int pdev_id, struct omap_hwmod **ohs, int oh_cnt, void *pdata, int pdata_len, struct omap_device_pm_latency *pm_lats, int pm_lats_cnt, int is_early_device) argument
[all...]

Completed in 59 milliseconds