Searched refs:HP_T5325_GPIO_POWER_OFF (Results 1 – 1 of 1) sorted by relevance
158 #define HP_T5325_GPIO_POWER_OFF 48 macro162 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()