gpiostate         291 sound/pci/hda/patch_sigmatel.c 	unsigned int gpiostate, gpiomask, gpiodir;
gpiostate         296 sound/pci/hda/patch_sigmatel.c 	gpiostate = snd_hda_codec_read(codec, fg, 0,
gpiostate         298 sound/pci/hda/patch_sigmatel.c 	gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
gpiostate         319 sound/pci/hda/patch_sigmatel.c 			   AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
gpiostate         327 sound/pci/ice1712/hoontech.c 	snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, ice->eeprom.gpiostate);
gpiostate        1567 sound/pci/ice1712/ice1712.c 	snd_iprintf(buffer, "  GPIO state       : 0x%x\n", ice->eeprom.gpiostate);
gpiostate        2338 sound/pci/ice1712/ice1712.c 	ice->eeprom.gpiostate = ice->eeprom.data[ICE_EEP1_GPIO_STATE];
gpiostate        2372 sound/pci/ice1712/ice1712.c 				  ice->eeprom.gpiostate);
gpiostate         219 sound/pci/ice1712/ice1712.h 	unsigned int gpiostate;
gpiostate        1544 sound/pci/ice1712/ice1724.c 		    ice->eeprom.gpiostate);
gpiostate        2370 sound/pci/ice1712/ice1724.c 	ice->eeprom.gpiostate = eeprom_triple(ice, ICE_EEP2_GPIO_STATE);
gpiostate        2399 sound/pci/ice1712/ice1724.c 	snd_vt1724_set_gpio_data(ice, ice->eeprom.gpiostate);