Home
last modified time | relevance | path

Searched refs:pm_lats (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/plat-omap/include/plat/
Domap_device.h69 struct omap_device_pm_latency *pm_lats; member
92 struct omap_device_pm_latency *pm_lats,
98 struct omap_device_pm_latency *pm_lats,
/linux-2.6.39/arch/arm/plat-omap/
Domap_device.c124 odpl = od->pm_lats + od->pm_lat_level; in _omap_device_activate()
191 odpl = od->pm_lats + od->pm_lat_level; in _omap_device_deactivate()
400 struct omap_device_pm_latency *pm_lats, in omap_device_build() argument
409 pdata_len, pm_lats, pm_lats_cnt, in omap_device_build()
433 struct omap_device_pm_latency *pm_lats, in omap_device_build_ss() argument
489 od->pm_lats = pm_lats; in omap_device_build_ss()
/linux-2.6.39/arch/arm/mach-omap2/
Dpm.c27 static struct omap_device_pm_latency *pm_lats; variable
70 od = omap_device_build(oh->name, 0, oh, NULL, 0, pm_lats, 0, false); in _init_omap_device()