Searched refs:PM_QOS_DEFAULT_VALUE (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/kernel/power/ |
H A D | qos.c | 72 return PM_QOS_DEFAULT_VALUE; in pm_qos_get_value() 107 if (value == PM_QOS_DEFAULT_VALUE) in pm_qos_update_target() 225 return value < 0 && value != PM_QOS_DEFAULT_VALUE; in cpu_latency_qos_value_invalid() 331 trace_pm_qos_remove_request(PM_QOS_DEFAULT_VALUE); in cpu_latency_qos_remove_request() 333 cpu_latency_qos_apply(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in cpu_latency_qos_remove_request() 348 cpu_latency_qos_add_request(req, PM_QOS_DEFAULT_VALUE); in cpu_latency_qos_open() 436 return value < 0 && value != PM_QOS_DEFAULT_VALUE; in freq_qos_value_invalid() 611 ret = freq_qos_apply(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in freq_qos_remove_request()
|
/openbmc/linux/drivers/base/power/ |
H A D | qos.c | 278 apply_constraint(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in dev_pm_qos_constraints_destroy() 284 apply_constraint(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in dev_pm_qos_constraints_destroy() 304 apply_constraint(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in dev_pm_qos_constraints_destroy() 489 PM_QOS_DEFAULT_VALUE); in __dev_pm_qos_remove_request() 490 ret = apply_constraint(req, PM_QOS_REMOVE_REQ, PM_QOS_DEFAULT_VALUE); in __dev_pm_qos_remove_request()
|
/openbmc/linux/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 268 cpu_latency_qos_update_request(&iosf_mbi_pm_qos, PM_QOS_DEFAULT_VALUE); in iosf_mbi_reset_semaphore() 550 cpu_latency_qos_add_request(&iosf_mbi_pm_qos, PM_QOS_DEFAULT_VALUE); in iosf_mbi_init()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | vlv_sideband.c | 56 PM_QOS_DEFAULT_VALUE); in __vlv_punit_put()
|
H A D | i915_driver.c | 233 cpu_latency_qos_add_request(&dev_priv->sb_qos, PM_QOS_DEFAULT_VALUE); in i915_driver_early_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_crtc.c | 380 cpu_latency_qos_add_request(&crtc->vblank_pm_qos, PM_QOS_DEFAULT_VALUE); in intel_crtc_init() 446 PM_QOS_DEFAULT_VALUE); in intel_wait_for_vblank_workers()
|
H A D | intel_dp_aux.c | 405 cpu_latency_qos_update_request(&intel_dp->pm_qos, PM_QOS_DEFAULT_VALUE); in intel_dp_aux_xfer() 781 cpu_latency_qos_add_request(&intel_dp->pm_qos, PM_QOS_DEFAULT_VALUE); in intel_dp_aux_init()
|
/openbmc/linux/include/linux/ |
H A D | pm_qos.h | 26 #define PM_QOS_DEFAULT_VALUE (-1) macro
|
/openbmc/linux/sound/soc/intel/atom/sst/ |
H A D | sst_loader.c | 444 cpu_latency_qos_update_request(sst_drv_ctx->qos, PM_QOS_DEFAULT_VALUE); in sst_load_fw()
|
H A D | sst.c | 333 cpu_latency_qos_add_request(ctx->qos, PM_QOS_DEFAULT_VALUE); in sst_context_init()
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 637 boost ? 0 : PM_QOS_DEFAULT_VALUE); in ufs_mtk_boost_pm_qos() 963 cpu_latency_qos_add_request(&host->pm_qos_req, PM_QOS_DEFAULT_VALUE); in ufs_mtk_init()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_v4l2.c | 623 cpu_latency_qos_update_request(&isp->pm_qos, PM_QOS_DEFAULT_VALUE); in atomisp_power_off() 1414 cpu_latency_qos_add_request(&isp->pm_qos, PM_QOS_DEFAULT_VALUE); in atomisp_pci_probe()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 3289 PM_QOS_DEFAULT_VALUE); in e1000_configure_rx() 4651 cpu_latency_qos_add_request(&adapter->pm_qos_req, PM_QOS_DEFAULT_VALUE); in e1000e_open()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 1867 PM_QOS_DEFAULT_VALUE); in ipw2100_down() 6537 cpu_latency_qos_add_request(&ipw2100_pm_qos_req, PM_QOS_DEFAULT_VALUE); in ipw2100_init()
|