Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
Dnet2big-setup.c209 #define NET2BIG_GPIO_PWR_LED_BLINK_STOP 7 macro
254 err = gpio_request(NET2BIG_GPIO_PWR_LED_BLINK_STOP, in net2big_gpio_leds_init()
257 err = gpio_direction_output(NET2BIG_GPIO_PWR_LED_BLINK_STOP, 1); in net2big_gpio_leds_init()
259 gpio_free(NET2BIG_GPIO_PWR_LED_BLINK_STOP); in net2big_gpio_leds_init()