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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dezx.c46 #define GPIO50_nCAM_EN 50 macro
700 * GPIO50_nCAM_EN is active low
703 err = gpio_request(GPIO50_nCAM_EN, "nCAM_EN");
715 gpio_direction_output(GPIO50_nCAM_EN, 1);
721 gpio_free(GPIO50_nCAM_EN);
728 gpio_set_value(GPIO50_nCAM_EN, !on);
973 * GPIO50_nCAM_EN is active low
976 err = gpio_request(GPIO50_nCAM_EN, "nCAM_EN");
988 gpio_direction_output(GPIO50_nCAM_EN, 1);
994 gpio_free(GPIO50_nCAM_EN);
[all...]

Completed in 160 milliseconds