Searched refs:power_up (Results 1 – 3 of 3) sorted by relevance
605 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()607 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()2404 ac97->power_up |= (1 << i); in snd_ac97_update_power()2406 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()2432 unsigned int power_up, bits; in update_power_regs() local2435 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()2436 power_up |= (1 << PWIDX_MIC); in update_power_regs()2438 power_up |= (1 << PWIDX_SURR); in update_power_regs()2440 power_up |= (1 << PWIDX_CLFE); in update_power_regs()2443 power_up = ac97->power_up; in update_power_regs()[all …]
1350 bool power_up) in dapm_seq_compare() argument1354 if (power_up) in dapm_seq_compare()1362 if (power_up) in dapm_seq_compare()1378 bool power_up) in dapm_seq_insert() argument1383 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()1503 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument1515 if (power_up) in dapm_seq_run()
2731 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument2733 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()