Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_codec.h858 unsigned int power_transition :1; /* power-state in transition */ member
Dhda_codec.c3071 codec->power_transition = 0; in hda_call_codec_suspend()
3860 codec->power_transition = 0; in hda_power_work()
3899 if (codec->power_on || codec->power_transition) in snd_hda_power_up()
3909 codec->power_transition = 0; in snd_hda_power_up()
3926 if (!codec->power_on || codec->power_count || codec->power_transition) in snd_hda_power_down()
3929 codec->power_transition = 1; /* avoid reentrance */ in snd_hda_power_down()