Searched refs:gpiostate (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/sound/pci/ice1712/ |
H A D | hoontech.c | 321 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate); snd_ice1712_ez8_init()
|
H A D | ice1724.c | 1557 ice->eeprom.gpiostate); snd_vt1724_proc_read() 2386 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE); snd_vt1724_read_eeprom() 2415 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate); snd_vt1724_chip_init()
|
H A D | ice1712.h | 232 unsigned int gpiostate; member in struct:snd_ice1712_eeprom
|
H A D | ice1712.c | 1581 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate); snd_ice1712_proc_read() 2355 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE]; snd_ice1712_read_eeprom() 2388 ice->eeprom.gpiostate); snd_ice1712_chip_init()
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_sigmatel.c | 302 unsigned int gpiostate, gpiomask, gpiodir; stac_gpio_set() local 307 gpiostate = snd_hda_codec_read(codec, fg, 0, stac_gpio_set() 309 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask); stac_gpio_set() 330 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ stac_gpio_set()
|
H A D | patch_realtek.c | 1813 unsigned int gpiostate, gpiomask, gpiodir; alc882_gpio_mute() local 1815 gpiostate = snd_hda_codec_read(codec, codec->core.afg, 0, alc882_gpio_mute() 1819 gpiostate |= (1 << pin); alc882_gpio_mute() 1821 gpiostate &= ~(1 << pin); alc882_gpio_mute() 1840 AC_VERB_SET_GPIO_DATA, gpiostate); alc882_gpio_mute()
|
Completed in 204 milliseconds