Searched refs:power_up (Results 1 – 3 of 3) sorted by relevance
590 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()592 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()2384 ac97->power_up |= (1 << i); in snd_ac97_update_power()2386 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()2412 unsigned int power_up, bits; in update_power_regs() local2415 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()2416 power_up |= (1 << PWIDX_MIC); in update_power_regs()2418 power_up |= (1 << PWIDX_SURR); in update_power_regs()2420 power_up |= (1 << PWIDX_CLFE); in update_power_regs()2423 power_up = ac97->power_up; in update_power_regs()[all …]
1473 bool power_up) in dapm_seq_compare() argument1480 if (power_up) in dapm_seq_compare()1491 if (power_up) in dapm_seq_compare()1507 bool power_up) in dapm_seq_insert() argument1512 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()1632 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument1644 if (power_up) in dapm_seq_run()
3267 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument3269 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()