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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmax3107-aava.c207 if (gpio_request(MAX3107_RESET_GPIO, "max3107")) {
211 if (gpio_direction_output(MAX3107_RESET_GPIO, 0)) {
213 gpio_free(MAX3107_RESET_GPIO);
217 if (gpio_direction_output(MAX3107_RESET_GPIO, 1)) {
219 gpio_free(MAX3107_RESET_GPIO);
222 gpio_free(MAX3107_RESET_GPIO);
H A Dmax3107.h30 #define MAX3107_RESET_GPIO 87 macro

Completed in 110 milliseconds