Searched refs:gpiostate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dhoontech.c326 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate);
H A Dice1712.h228 unsigned int gpiostate; member in struct:snd_ice1712_eeprom
H A Dice1724.c1505 ice->eeprom.gpiostate);
2250 ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE);
2279 snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate);
H A Dice1712.c1591 snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate);
2381 ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE];
2414 ice->eeprom.gpiostate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_sigmatel.c4037 unsigned int gpiostate, gpiomask, gpiodir; local
4039 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4041 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
4062 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
H A Dpatch_realtek.c8337 unsigned int gpiostate, gpiomask, gpiodir; local
8339 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
8343 gpiostate |= (1 << pin);
8345 gpiostate &= ~(1 << pin);
8364 AC_VERB_SET_GPIO_DATA, gpiostate);

Completed in 159 milliseconds