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

/linux-4.1.27/sound/pci/oxygen/
H A Dxonar_pcm179x.c211 #define GPIO_ST_HP_REAR 0x0002 macro
431 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | xonar_st_init_common()
434 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | GPIO_ST_HP); xonar_st_init_common()
537 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | xonar_xense_init()
540 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | xonar_xense_init()
808 else if (gpio & GPIO_ST_HP_REAR) st_output_switch_get()
828 gpio &= ~(GPIO_ST_HP | GPIO_ST_HP_REAR); st_output_switch_put()
831 gpio |= GPIO_ST_HP | GPIO_ST_HP_REAR; st_output_switch_put()
834 gpio = (gpio | GPIO_ST_HP) & ~GPIO_ST_HP_REAR; st_output_switch_put()
922 else if (!(gpio & GPIO_XENSE_SPEAKERS) && (gpio & GPIO_ST_HP_REAR)) xense_output_switch_get()
941 gpio |= GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR; xense_output_switch_put()
944 gpio = (gpio | GPIO_ST_HP_REAR) & ~GPIO_XENSE_SPEAKERS; xense_output_switch_put()
947 gpio &= ~(GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR); xense_output_switch_put()

Completed in 37 milliseconds