Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dsh_flctl.h149 struct dev_pm_qos_request pm_qos; member
/linux-4.4.14/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.4.14/drivers/mtd/nand/
Dsh_flctl.c887 dev_pm_qos_remove_request(&flctl->pm_qos); in flctl_select_chip()
898 &flctl->pm_qos, in flctl_select_chip()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c1105 pm_qos_remove_request(&dev_priv->pm_qos); in i915_driver_load()
1207 pm_qos_remove_request(&dev_priv->pm_qos); in i915_driver_unload()
Dintel_dp.c815 pm_qos_update_request(&dev_priv->pm_qos, 0); in intel_dp_aux_ch()
926 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE); in intel_dp_aux_ch()
Di915_drv.h1757 struct pm_qos_request pm_qos; member
Di915_irq.c4400 pm_qos_add_request(&dev_priv->pm_qos, PM_QOS_CPU_DMA_LATENCY, PM_QOS_DEFAULT_VALUE); in intel_irq_init()