Searched refs:gpiostate (Results 1 - 6 of 6) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_realtek.c5040 unsigned int gpiostate, gpiomask, gpiodir; local
5042 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
5046 gpiostate |= (1 << pin);
5048 gpiostate &= ~(1 << pin);
5067 AC_VERB_SET_GPIO_DATA, gpiostate);
H A Dpatch_sigmatel.c1645 unsigned int gpiostate, gpiomask, gpiodir; local
1647 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
1651 gpiostate |= (1 << pin);
1653 gpiostate &= ~(1 << pin);
1674 AC_VERB_SET_GPIO_DATA, gpiostate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dhoontech.c295 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate);
H A Dice1712.c1576 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate);
2392 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE];
2425 ice->eeprom.gpiostate);
H A Dice1712.h228 unsigned int gpiostate; member in struct:snd_ice1712_eeprom
H A Dice1724.c1252 ice->eeprom.gpiostate);
2013 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE);
2036 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate);

Completed in 113 milliseconds