Home
last modified time | relevance | path

Searched full:rpm_active (Results 1 – 9 of 9) sorted by relevance

/linux/block/
H A Dblk-pm.c32 q->rpm_status = RPM_ACTIVE; in blk_pm_runtime_init()
66 WARN_ON_ONCE(q->rpm_status != RPM_ACTIVE); in blk_pre_runtime_suspend()
96 q->rpm_status = RPM_ACTIVE; in blk_pre_runtime_suspend()
129 q->rpm_status = RPM_ACTIVE; in blk_post_runtime_suspend()
183 q->rpm_status = RPM_ACTIVE; in blk_post_runtime_resume()
188 if (old_status != RPM_ACTIVE) in blk_post_runtime_resume()
/linux/include/trace/events/
H A Drpm.h106 EM(RPM_ACTIVE, "RPM_ACTIVE") \
/linux/include/linux/
H A Dpm_runtime.h159 * %RPM_ACTIVE, or %false otherwise.
168 return dev->power.runtime_status == RPM_ACTIVE in pm_runtime_active()
355 * ongoing or device not in %RPM_ACTIVE state.
439 * ongoing or device not in %RPM_ACTIVE state.
747 * Set the runtime PM status of @dev to %RPM_ACTIVE and ensure that dependencies
754 return __pm_runtime_set_status(dev, RPM_ACTIVE); in pm_runtime_set_active()
H A Ddevice.h430 * RPM_ACTIVE: Run pm_runtime_get_sync() on the supplier during link creation.
844 * @rpm_active: Whether or not the consumer device is runtime-PM-active.
857 refcount_t rpm_active; member
H A Dblkdev.h746 return RPM_ACTIVE; in queue_rpm_status()
/linux/drivers/base/power/
H A Dsysfs.c169 case RPM_ACTIVE: in runtime_status_show()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c5558 fep->rpm_active = !pm_runtime_status_suspended(dev); in fec_suspend()
5559 if (fep->rpm_active) { in fec_suspend()
5596 if (fep->rpm_active) in fec_resume()
/linux/drivers/pmdomain/
H A Dcore.c3787 [RPM_ACTIVE] = "active", in rtpm_status_str()
/linux/drivers/ufs/core/
H A Dufshcd.c6858 /* hba->dev has no functional parent thus simplily set RPM_ACTIVE */ in ufshcd_recover_pm_error()
8739 /* Skip update RTC if RPM state is not RPM_ACTIVE */ in ufshcd_update_rtc()