Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dhoontech.c324 ice->gpio.direction = ice->eeprom.gpiodir; in snd_ice1712_ez8_init()
326 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION, ice->eeprom.gpiodir); in snd_ice1712_ez8_init()
Ddelta.c621 ice->eeprom.gpiodir == 0x7b) in snd_ice1712_delta_init()
625 ice->eeprom.gpiodir == 0xfb) in snd_ice1712_delta_init()
Dice1712.h220 unsigned int gpiodir; member
Dice1712.c1534 snd_iprintf(buffer, " GPIO direction : 0x%x\n", ice->eeprom.gpiodir); in snd_ice1712_proc_read()
2305 ice->eeprom.gpiodir = ice->eeprom.data[ICE_EEP1_GPIO_DIR]; in snd_ice1712_read_eeprom()
2332 ice->gpio.direction = ice->eeprom.gpiodir; in snd_ice1712_chip_init()
2336 ice->eeprom.gpiodir); in snd_ice1712_chip_init()
Dice1724.c1509 ice->eeprom.gpiodir); in snd_vt1724_proc_read()
2333 ice->eeprom.gpiodir = eeprom_triple(ice, ICE_EEP2_GPIO_DIR); in snd_vt1724_read_eeprom()
2358 ice->gpio.direction = ice->eeprom.gpiodir; in snd_vt1724_chip_init()
2360 snd_vt1724_set_gpio_dir(ice, ice->eeprom.gpiodir); in snd_vt1724_chip_init()
/sound/pci/hda/
Dpatch_sigmatel.c292 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local
305 gpiodir = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set()
307 gpiodir |= dir_mask; in stac_gpio_set()
315 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */ in stac_gpio_set()