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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Draumfeld.c36 #define GPIO_CODEC_RESET (120) macro
62 gpio_set_value(GPIO_CODEC_RESET, 1);
66 gpio_set_value(GPIO_CODEC_RESET, 0);
344 gpio_free(GPIO_CODEC_RESET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Draumfeld.c101 #define GPIO_CODEC_RESET (120) macro
969 ret = gpio_request(GPIO_CODEC_RESET, "cs4270 reset");
971 pr_warning("unable to request GPIO_CODEC_RESET\n");
973 gpio_direction_output(GPIO_CODEC_RESET, 1);

Completed in 180 milliseconds