Searched refs:gpiod_get_raw_value (Results 1 – 5 of 5) sorted by relevance
95 return gpiod_get_raw_value(gpio_to_desc(gpio)); in __gpio_get_value()
105 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
408 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()
1175 int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function1183 EXPORT_SYMBOL_GPL(gpiod_get_raw_value);
226 int gpiod_get_raw_value(const struct gpio_desc *desc)