Home
last modified time | relevance | path

Searched refs:gpiod_get_value (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/power/reset/
Dltc2952-poweroff.c112 state = gpiod_get_value(data->gpio_watchdog); in ltc2952_poweroff_timer_wde()
156 if (gpiod_get_value(data->gpio_trigger)) { in ltc2952_poweroff_handler()
/linux-4.1.27/drivers/tty/serial/
Dserial_mctrl_gpio.c75 if (gpiod_get_value(gpios->gpio[i])) in mctrl_gpio_get()
/linux-4.1.27/include/linux/gpio/
Dconsumer.h101 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
/linux-4.1.27/drivers/clk/
Dclk-gpio-gate.c53 return gpiod_get_value(clk->gpiod); in clk_gpio_gate_is_enabled()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c55 state = !!gpiod_get_value(button->gpiod); in gpio_keys_polled_check_state()
/linux-4.1.27/drivers/usb/phy/
Dphy-generic.c112 vbus = gpiod_get_value(nop->gpiod_vbus); in nop_gpio_vbus_thread()
/linux-4.1.27/Documentation/gpio/
Dgpio.txt114 If you are "driving" the signal high but gpiod_get_value(gpio) reports a low
Dconsumer.txt177 int gpiod_get_value(const struct gpio_desc *desc);
/linux-4.1.27/drivers/gpio/
Dgpiolib.c1195 int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() function
1209 EXPORT_SYMBOL_GPL(gpiod_get_value);