Lines Matching defs:rts_gpiod
156 struct gpio_desc *rts_gpiod;
298 if (gpiod_get_value(up->rts_gpiod) != res) {
302 gpiod_set_value(up->rts_gpiod, res);
374 if (gpiod_get_value(up->rts_gpiod) != res) {
375 gpiod_set_value(up->rts_gpiod, res);
1315 gpiod_set_value(up->rts_gpiod, val);
1502 up->rts_gpiod = NULL;
1525 up->rts_gpiod = devm_gpiod_get_optional(dev, "rts", gflags);
1526 if (IS_ERR(up->rts_gpiod)) {
1527 ret = PTR_ERR(up->rts_gpiod);
1531 up->rts_gpiod = NULL;
1538 gpiod_set_consumer_name(up->rts_gpiod, "omap-serial");