Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dnet2big-setup.c371 #define NET2BIG_GPIO_POWER_OFF 24 macro
375 gpio_set_value(NET2BIG_GPIO_POWER_OFF, 1); in net2big_power_off()
412 orion_gpio_set_valid(NET2BIG_GPIO_POWER_OFF, 1); in net2big_init()
414 if (gpio_request(NET2BIG_GPIO_POWER_OFF, "power-off") == 0 && in net2big_init()
415 gpio_direction_output(NET2BIG_GPIO_POWER_OFF, 0) == 0) in net2big_init()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dnet2big-setup.c368 #define NET2BIG_GPIO_POWER_OFF 24 macro
372 gpio_set_value(NET2BIG_GPIO_POWER_OFF, 1); in net2big_power_off()
409 orion_gpio_set_valid(NET2BIG_GPIO_POWER_OFF, 1); in net2big_init()
411 if (gpio_request(NET2BIG_GPIO_POWER_OFF, "power-off") == 0 && in net2big_init()
412 gpio_direction_output(NET2BIG_GPIO_POWER_OFF, 0) == 0) in net2big_init()

Completed in 2 milliseconds