Searched refs:gpiod_get_value (Results 1 – 9 of 9) sorted by relevance
112 state = gpiod_get_value(data->gpio_watchdog); in ltc2952_poweroff_timer_wde()156 if (gpiod_get_value(data->gpio_trigger)) { in ltc2952_poweroff_handler()
75 if (gpiod_get_value(gpios->gpio[i])) in mctrl_gpio_get()
101 int gpiod_get_value(const struct gpio_desc *desc);296 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() function
53 return gpiod_get_value(clk->gpiod); in clk_gpio_gate_is_enabled()
55 state = !!gpiod_get_value(button->gpiod); in gpio_keys_polled_check_state()
112 vbus = gpiod_get_value(nop->gpiod_vbus); in nop_gpio_vbus_thread()
114 If you are "driving" the signal high but gpiod_get_value(gpio) reports a low
177 int gpiod_get_value(const struct gpio_desc *desc);
1195 int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() function1209 EXPORT_SYMBOL_GPL(gpiod_get_value);