Home
last modified time | relevance | path

Searched refs:power_up (Results 1 – 5 of 5) sorted by relevance

/sound/soc/intel/catpt/
Ddevice.c80 ret = cdev->spec->power_up(cdev); in catpt_resume()
165 ret = cdev->spec->power_up(cdev); in catpt_probe_components()
315 .power_up = lpt_dsp_power_up,
330 .power_up = wpt_dsp_power_up,
Dcore.h84 int (*power_up)(struct catpt_dev *cdev); member
/sound/pci/ac97/
Dac97_codec.c590 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()
592 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2385 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2387 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2413 unsigned int power_up, bits; in update_power_regs() local
2416 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()
2417 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2419 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2421 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2424 power_up = ac97->power_up; in update_power_regs()
[all …]
/sound/soc/
Dsoc-dapm.c1485 bool power_up) in dapm_seq_compare() argument
1492 if (power_up) in dapm_seq_compare()
1503 if (power_up) in dapm_seq_compare()
1519 bool power_up) in dapm_seq_insert() argument
1524 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()
1644 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1656 if (power_up) in dapm_seq_run()
/sound/pci/hda/
Dpatch_realtek.c3326 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument
3328 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()