Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dhda_codec.h864 unsigned int power_transition :1; /* power-state in transition */ member
Dhda_codec.c3497 codec->power_transition = 0; in hda_call_codec_suspend()
4292 codec->power_transition = 0; in hda_power_work()
4332 if (codec->power_on || codec->power_transition) in snd_hda_power_up()
4343 codec->power_transition = 0; in snd_hda_power_up()
4360 if (!codec->power_on || codec->power_count || codec->power_transition) in snd_hda_power_down()
4363 codec->power_transition = 1; /* avoid reentrance */ in snd_hda_power_down()