Searched refs:halt_gpio (Results 1 – 1 of 1) sorted by relevance
24 static struct gpio_desc *halt_gpio; variable46 gpiod_set_value(halt_gpio, 1); in gpio_halt_cb()68 halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node), in __gpio_halt_probe()70 err = PTR_ERR_OR_ZERO(halt_gpio); in __gpio_halt_probe()84 gpiod_put(halt_gpio); in __gpio_halt_probe()85 halt_gpio = NULL; in __gpio_halt_probe()125 gpiod_put(halt_gpio); in gpio_halt_remove()126 halt_gpio = NULL; in gpio_halt_remove()