Searched refs:pm_lats_cnt (Results 1 - 2 of 2) 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.h51 * @pm_lats_cnt: ARRAY_SIZE() of what is passed to @pm_lats
71 u8 pm_lats_cnt; member in struct:omap_device
93 int pm_lats_cnt, int is_early_device);
99 int pm_lats_cnt, int is_early_device);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c189 while (od->pm_lat_level < od->pm_lats_cnt) {
311 * @pm_lats_cnt: ARRAY_SIZE() of @pm_lats
324 int pm_lats_cnt, int is_early_device)
332 pdata_len, pm_lats, pm_lats_cnt,
344 * @pm_lats_cnt: ARRAY_SIZE() of @pm_lats
357 int pm_lats_cnt, int is_early_device)
413 od->pm_lats_cnt = pm_lats_cnt;
508 od->pm_lat_level = od->pm_lats_cnt;
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

Completed in 48 milliseconds