Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dhoontech.c317 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_ice1712_ez8_init()
319 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, ice->eeprom.gpiomask); in snd_ice1712_ez8_init()
Dice1712.h231 unsigned int gpiomask; member
Dice1724.c1558 ice->eeprom.gpiomask); in snd_vt1724_proc_read()
2388 ice->eeprom.gpiomask = eeprom_triple(ice, ICE_EEP2_GPIO_MASK); in snd_vt1724_read_eeprom()
2414 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_vt1724_chip_init()
2416 snd_vt1724_set_gpio_mask(ice, ice->eeprom.gpiomask); in snd_vt1724_chip_init()
Dice1712.c1580 snd_iprintf(buffer, " GPIO mask : 0x%x\n", ice->eeprom.gpiomask); in snd_ice1712_proc_read()
2354 ice->eeprom.gpiomask = ice->eeprom.data[ICE_EEP1_GPIO_MASK]; in snd_ice1712_read_eeprom()
2381 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_ice1712_chip_init()
2384 ice->eeprom.gpiomask); in snd_ice1712_chip_init()
/sound/pci/hda/
Dpatch_sigmatel.c303 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local
312 gpiomask = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set()
314 gpiomask |= mask; in stac_gpio_set()
324 AC_VERB_SET_GPIO_MASK, gpiomask); in stac_gpio_set()
Dpatch_realtek.c1826 unsigned int gpiostate, gpiomask, gpiodir; in alc882_gpio_mute() local
1836 gpiomask = snd_hda_codec_read(codec, codec->core.afg, 0, in alc882_gpio_mute()
1838 gpiomask |= (1 << pin); in alc882_gpio_mute()
1846 AC_VERB_SET_GPIO_MASK, gpiomask); in alc882_gpio_mute()