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

/linux-4.4.14/sound/soc/omap/
H A Domap3pandora.c38 #define OMAP3_PANDORA_DAC_POWER_GPIO 118 macro
95 gpio_set_value(OMAP3_PANDORA_DAC_POWER_GPIO, 1); omap3pandora_dac_event()
97 gpio_set_value(OMAP3_PANDORA_DAC_POWER_GPIO, 0); omap3pandora_dac_event()
242 ret = gpio_request(OMAP3_PANDORA_DAC_POWER_GPIO, "dac_power"); omap3pandora_soc_init()
248 ret = gpio_direction_output(OMAP3_PANDORA_DAC_POWER_GPIO, 0); omap3pandora_soc_init()
299 gpio_free(OMAP3_PANDORA_DAC_POWER_GPIO); omap3pandora_soc_init()
309 gpio_free(OMAP3_PANDORA_DAC_POWER_GPIO); omap3pandora_soc_exit()

Completed in 102 milliseconds