Searched refs:gpiod_set_raw_value (Results 1 – 5 of 5) sorted by relevance
99 return gpiod_set_raw_value(gpio_to_desc(gpio), value); in __gpio_set_value()
106 void gpiod_set_raw_value(struct gpio_desc *desc, int value);320 static inline void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function
431 gpiod_set_raw_value(up->dtr_pin, mctrl & TIOCM_DTR ? 0 : 1); in etraxfs_uart_set_mctrl()434 gpiod_set_raw_value(up->ri_pin, mctrl & TIOCM_RNG ? 0 : 1); in etraxfs_uart_set_mctrl()437 gpiod_set_raw_value(up->cd_pin, mctrl & TIOCM_CD ? 0 : 1); in etraxfs_uart_set_mctrl()
1372 void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function1380 EXPORT_SYMBOL_GPL(gpiod_set_raw_value);
227 void gpiod_set_raw_value(struct gpio_desc *desc, int value)