Searched refs:dev_wakeup_lat (Results 1 – 2 of 2) sorted by relevance
142 (od->dev_wakeup_lat <= od->_dev_wakeup_lat_limit)) in _omap_device_activate()175 od->dev_wakeup_lat -= odpl->activate_lat; in _omap_device_activate()208 ((od->dev_wakeup_lat + odpl->activate_lat) > in _omap_device_deactivate()242 od->dev_wakeup_lat += odpl->activate_lat; in _omap_device_deactivate()852 od->dev_wakeup_lat = 0; in omap_device_enable()953 if (new_wakeup_lat_limit == od->dev_wakeup_lat) in omap_device_align_pm_lat()960 else if (new_wakeup_lat_limit > od->dev_wakeup_lat) in omap_device_align_pm_lat()962 else if (new_wakeup_lat_limit < od->dev_wakeup_lat) in omap_device_align_pm_lat()
74 u32 dev_wakeup_lat; member