Home
last modified time | relevance | path

Searched refs:gpiostate (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/sound/pci/ice1712/
Dhoontech.c321 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate); in snd_ice1712_ez8_init()
Dice1712.h232 unsigned int gpiostate; member
Dice1724.c1557 ice->eeprom.gpiostate); in snd_vt1724_proc_read()
2386 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE); in snd_vt1724_read_eeprom()
2415 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate); in snd_vt1724_chip_init()
Dice1712.c1581 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate); in snd_ice1712_proc_read()
2355 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE]; in snd_ice1712_read_eeprom()
2388 ice->eeprom.gpiostate); in snd_ice1712_chip_init()
/linux-4.1.27/sound/pci/hda/
Dpatch_sigmatel.c302 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local
307 gpiostate = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set()
309 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask); in stac_gpio_set()
330 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
Dpatch_realtek.c1808 unsigned int gpiostate, gpiomask, gpiodir; in alc882_gpio_mute() local
1810 gpiostate = snd_hda_codec_read(codec, codec->core.afg, 0, in alc882_gpio_mute()
1814 gpiostate |= (1 << pin); in alc882_gpio_mute()
1816 gpiostate &= ~(1 << pin); in alc882_gpio_mute()
1835 AC_VERB_SET_GPIO_DATA, gpiostate); in alc882_gpio_mute()