Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c327 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate); in snd_ice1712_ez8_init()
H A Dice1712.h219 unsigned int gpiostate; member
H A Dice1712.c1533 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate); in snd_ice1712_proc_read()
2304 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE]; in snd_ice1712_read_eeprom()
2338 ice->eeprom.gpiostate); in snd_ice1712_chip_init()
H A Dice1724.c1513 ice->eeprom.gpiostate); in snd_vt1724_proc_read()
2332 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE); in snd_vt1724_read_eeprom()
2361 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate); in snd_vt1724_chip_init()
/openbmc/linux/sound/pci/hda/
H A Dpatch_sigmatel.c292 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local
297 gpiostate = snd_hda_codec_read(codec, fg, 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()