Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-kirkwood/
Dt5325-setup.c158 #define HP_T5325_GPIO_POWER_OFF 48 macro
162 gpio_set_value(HP_T5325_GPIO_POWER_OFF, 1); in hp_t5325_power_off()
186 if (gpio_request(HP_T5325_GPIO_POWER_OFF, "power-off") == 0 && in hp_t5325_init()
187 gpio_direction_output(HP_T5325_GPIO_POWER_OFF, 0) == 0) in hp_t5325_init()