Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-orion5x/
Dmv2120-setup.c34 #define MV2120_GPIO_POWER_OFF 19 macro
186 gpio_set_value(MV2120_GPIO_POWER_OFF, 0); in mv2120_power_off()
225 if (gpio_request(MV2120_GPIO_POWER_OFF, "POWEROFF") != 0 || in mv2120_init()
226 gpio_direction_output(MV2120_GPIO_POWER_OFF, 1) != 0) in mv2120_init()