Searched refs:gpiostate (Results 1 – 6 of 6) sorted by relevance
/sound/pci/ice1712/ |
D | hoontech.c | 325 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate); in snd_ice1712_ez8_init()
|
D | ice1712.h | 229 unsigned int gpiostate; member
|
D | ice1724.c | 1556 ice->eeprom.gpiostate); in snd_vt1724_proc_read() 2389 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE); in snd_vt1724_read_eeprom() 2418 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate); in snd_vt1724_chip_init()
|
D | ice1712.c | 1590 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate); in snd_ice1712_proc_read() 2380 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE]; in snd_ice1712_read_eeprom() 2413 ice->eeprom.gpiostate); in snd_ice1712_chip_init()
|
/sound/pci/hda/ |
D | patch_sigmatel.c | 293 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local 297 gpiostate = snd_hda_codec_read(codec, codec->afg, 0, in stac_gpio_set() 299 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask); in stac_gpio_set() 320 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
|
D | patch_realtek.c | 1728 unsigned int gpiostate, gpiomask, gpiodir; in alc882_gpio_mute() local 1730 gpiostate = snd_hda_codec_read(codec, codec->afg, 0, in alc882_gpio_mute() 1734 gpiostate |= (1 << pin); in alc882_gpio_mute() 1736 gpiostate &= ~(1 << pin); in alc882_gpio_mute() 1755 AC_VERB_SET_GPIO_DATA, gpiostate); in alc882_gpio_mute()
|