Home
last modified time | relevance | path

Searched refs:AZX_DCAPS_PM_RUNTIME (Results 1 – 3 of 3) sorted by relevance

/sound/pci/hda/
Dhda_intel.c285 (AZX_DCAPS_INTEL_PCH_NOPM | AZX_DCAPS_PM_RUNTIME)
289 AZX_DCAPS_PM_RUNTIME | AZX_DCAPS_I915_POWERWELL |\
295 AZX_DCAPS_PM_RUNTIME | AZX_DCAPS_I915_POWERWELL |\
886 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_suspend()
919 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_resume()
963 !(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_idle()
1108 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME) in azx_free()
1977 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME) || hda->use_vga_switcheroo) in azx_probe_continue()
Dhda_priv.h170 #define AZX_DCAPS_PM_RUNTIME (1 << 26) /* runtime PM support */ macro
Dhda_controller.c1675 if (chip->driver_caps & AZX_DCAPS_PM_RUNTIME) in azx_interrupt()
1778 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_power_notify()