Searched refs:power_count (Results 1 – 2 of 2) sorted by relevance
859 int power_count; /* current (global) power refcount */ member1023 #define snd_hda_codec_needs_resume(codec) codec->power_count
3859 if (!codec->power_on || codec->power_count) { in hda_power_work()3871 codec->power_count++; in hda_keep_power_on()3898 codec->power_count++; in snd_hda_power_up()3925 --codec->power_count; in snd_hda_power_down()3926 if (!codec->power_on || codec->power_count || codec->power_transition) in snd_hda_power_down()