Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-orion5x/
Dmv2120-setup.c35 #define MV2120_GPIO_POWER_OFF 19 macro
198 gpio_set_value(MV2120_GPIO_POWER_OFF, 0); in mv2120_power_off()
238 if (gpio_request(MV2120_GPIO_POWER_OFF, "POWEROFF") != 0 || in mv2120_init()
239 gpio_direction_output(MV2120_GPIO_POWER_OFF, 1) != 0) in mv2120_init()