Lines Matching defs:rts_gpiod
155 struct gpio_desc *rts_gpiod;
307 if (up->rts_gpiod &&
308 gpiod_get_value(up->rts_gpiod) != res) {
312 gpiod_set_value(up->rts_gpiod, res);
412 if (up->rts_gpiod && gpiod_get_value(up->rts_gpiod) != res) {
413 gpiod_set_value(up->rts_gpiod, res);
1420 if (up->rts_gpiod) {
1425 gpiod_set_value(up->rts_gpiod, val);
1609 up->rts_gpiod = NULL;
1629 up->rts_gpiod = devm_gpiod_get_optional(dev, "rts", gflags);
1630 if (IS_ERR(up->rts_gpiod)) {
1631 ret = PTR_ERR(up->rts_gpiod);
1638 up->rts_gpiod = NULL;
1640 gpiod_set_consumer_name(up->rts_gpiod, "omap-serial");