Home
last modified time | relevance | path

Searched refs:pm_qos (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/mtd/
Dsh_flctl.h149 struct dev_pm_qos_request pm_qos; member
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt43 Clients of pm_qos need to save the returned handle for future use in other
44 pm_qos API functions.
72 Only processes can register a pm_qos request. To provide for automatic
76 To register the default pm_qos target for the specific parameter, the process
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c992 pm_qos_remove_request(&dev_priv->pm_qos); in i915_driver_load()
1086 pm_qos_remove_request(&dev_priv->pm_qos); in i915_driver_unload()
Dintel_dp.c826 pm_qos_update_request(&dev_priv->pm_qos, 0); in intel_dp_aux_ch()
923 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE); in intel_dp_aux_ch()
Di915_drv.h1612 struct pm_qos_request pm_qos; member
Di915_irq.c4243 pm_qos_add_request(&dev_priv->pm_qos, PM_QOS_CPU_DMA_LATENCY, PM_QOS_DEFAULT_VALUE); in intel_irq_init()
/linux-4.1.27/drivers/mtd/nand/
Dsh_flctl.c886 dev_pm_qos_remove_request(&flctl->pm_qos); in flctl_select_chip()
897 &flctl->pm_qos, in flctl_select_chip()