Home
last modified time | relevance | path

Searched refs:GPIO_E800_SPK_AMP_ON (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/soc/pxa/
De800_wm9712.c31 gpio_set_value(GPIO_E800_SPK_AMP_ON, 1); in e800_spk_amp_event()
33 gpio_set_value(GPIO_E800_SPK_AMP_ON, 0); in e800_spk_amp_event()
127 ret = gpio_request(GPIO_E800_SPK_AMP_ON, "Speaker amp"); in e800_init()
135 ret = gpio_direction_output(GPIO_E800_SPK_AMP_ON, 1); in e800_init()
152 gpio_free(GPIO_E800_SPK_AMP_ON); in e800_init()
162 gpio_free(GPIO_E800_SPK_AMP_ON); in e800_exit()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Deseries-gpio.h61 #define GPIO_E800_SPK_AMP_ON 83 macro