GPIO_ST_HP        421 sound/pci/oxygen/xonar_pcm179x.c 			  GPIO_ST_MAGIC | GPIO_ST_HP);
GPIO_ST_HP        423 sound/pci/oxygen/xonar_pcm179x.c 			    GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | GPIO_ST_HP);
GPIO_ST_HP        858 sound/pci/oxygen/xonar_pcm179x.c 	if (!(gpio & GPIO_ST_HP))
GPIO_ST_HP        880 sound/pci/oxygen/xonar_pcm179x.c 		gpio &= ~(GPIO_ST_HP | GPIO_ST_HP_REAR);
GPIO_ST_HP        883 sound/pci/oxygen/xonar_pcm179x.c 		gpio |= GPIO_ST_HP | GPIO_ST_HP_REAR;
GPIO_ST_HP        886 sound/pci/oxygen/xonar_pcm179x.c 		gpio = (gpio | GPIO_ST_HP) & ~GPIO_ST_HP_REAR;
GPIO_ST_HP        890 sound/pci/oxygen/xonar_pcm179x.c 	data->hp_active = gpio & GPIO_ST_HP;