Lines Matching defs:gpio_out
22 * Note: gpio_out and gpio_in need to be shorted externally in order for this
40 * - For the GPIO, at regular interval gpio_out pin toggles triggering
55 struct gpio_desc *gpio_out;
84 gpiod_set_value(hte.gpio_out, !gpiod_get_value(hte.gpio_out));
110 hte.gpio_out = gpiod_get(&pdev->dev, "out", 0);
111 if (IS_ERR(hte.gpio_out)) {
124 ret = gpiod_direction_output(hte.gpio_out, 0);
211 gpiod_put(hte.gpio_out);
223 gpiod_put(hte.gpio_out);