Home
last modified time | relevance | path

Searched refs:gpiod_get_raw_value (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/asm-generic/
Dgpio.h95 return gpiod_get_raw_value(gpio_to_desc(gpio)); in __gpio_get_value()
/linux-4.1.27/include/linux/gpio/
Dconsumer.h105 int gpiod_get_raw_value(const struct gpio_desc *desc);
314 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
/linux-4.1.27/drivers/tty/serial/
Detraxfs-uart.c408 if (up->dtr_pin && !gpiod_get_raw_value(up->dtr_pin)) in etraxfs_uart_get_mctrl()
411 if (up->cd_pin && !gpiod_get_raw_value(up->cd_pin)) in etraxfs_uart_get_mctrl()
414 if (up->ri_pin && !gpiod_get_raw_value(up->ri_pin)) in etraxfs_uart_get_mctrl()
417 if (up->dsr_pin && !gpiod_get_raw_value(up->dsr_pin)) in etraxfs_uart_get_mctrl()
/linux-4.1.27/drivers/gpio/
Dgpiolib.c1175 int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
1183 EXPORT_SYMBOL_GPL(gpiod_get_raw_value);
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt226 int gpiod_get_raw_value(const struct gpio_desc *desc)