Home
last modified time | relevance | path

Searched refs:AZX_DCAPS_I915_POWERWELL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_intel.c291 AZX_DCAPS_PM_RUNTIME | AZX_DCAPS_I915_POWERWELL |\
297 AZX_DCAPS_PM_RUNTIME | AZX_DCAPS_I915_POWERWELL |\
301 (AZX_DCAPS_INTEL_PCH_NOPM | AZX_DCAPS_I915_POWERWELL)
304 (AZX_DCAPS_INTEL_PCH | AZX_DCAPS_I915_POWERWELL)
308 AZX_DCAPS_I915_POWERWELL)
312 AZX_DCAPS_I915_POWERWELL)
809 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_suspend()
829 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_resume()
902 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_runtime_suspend()
928 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_runtime_resume()
[all …]
Dhda_controller.h174 #define AZX_DCAPS_I915_POWERWELL (1 << 27) /* HSW i915 powerwell support */ macro