Searched refs:drm_power_refcount (Results 1 – 2 of 2) sorted by relevance
78 if (!bus->drm_power_refcount++) { in snd_hdac_display_power()85 WARN_ON(!bus->drm_power_refcount); in snd_hdac_display_power()86 if (!--bus->drm_power_refcount) in snd_hdac_display_power()324 WARN_ON(bus->drm_power_refcount); in snd_hdac_acomp_exit()325 if (bus->drm_power_refcount > 0 && acomp->ops) in snd_hdac_acomp_exit()
366 int drm_power_refcount; member