Searched refs:gpio_kill (Results 1 – 1 of 1) sorted by relevance
72 struct gpio_desc *gpio_kill; member157 gpiod_set_value(ltc2952_data->gpio_kill, 1); in ltc2952_poweroff_kill()194 data->gpio_kill = devm_gpiod_get(&pdev->dev, "kill", GPIOD_OUT_LOW); in ltc2952_poweroff_init()195 if (IS_ERR(data->gpio_kill)) { in ltc2952_poweroff_init()196 ret = PTR_ERR(data->gpio_kill); in ltc2952_poweroff_init()