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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dmpcore_gtimer.c230 #define GPIO_USB2_LED 18 /* USB2 LED. */ macro
233 #define GPIO_USB2_LED 8 /* USB2 LED. */ macro
264 gpio_on_off(GPIO_USB2_LED, 0);
292 gpio_on_off(GPIO_USB2_LED, 0);
294 gpio_on_off(GPIO_USB2_LED, 1);
301 gpio_on_off(GPIO_USB2_LED, 0);
304 gpio_on_off(GPIO_USB2_LED, 0);
460 gpio_on_off(GPIO_USB2_LED, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp.c219 #define GPIO_USB2_LED 18 /* USB2 LED. */ macro
222 #define GPIO_USB2_LED 8 /* USB2 LED. */ macro
717 //gpio_led_on_off(GPIO_USB2_LED, 0);
718 gpio_led_on_off(GPIO_USB2_LED, led_on); /* foxconn add ken chen, 12/13/2013, to support LED control Settings */
720 //gpio_led_on_off(GPIO_USB2_LED, 1);
721 gpio_led_on_off(GPIO_USB2_LED, led_off); /* foxconn add ken chen, 12/13/2013, to support LED control Settings */
728 //gpio_led_on_off(GPIO_USB2_LED, 0);
729 gpio_led_on_off(GPIO_USB2_LED, led_on); /* foxconn add ken chen, 12/13/2013, to support LED control Settings */
744 //gpio_led_on_off(GPIO_USB2_LED, 0);
745 gpio_led_on_off(GPIO_USB2_LED, led_o
[all...]

Completed in 160 milliseconds