Lines Matching defs:slp_tr
85 struct gpio_desc *slp_tr;
110 if (lp->slp_tr) {
111 gpiod_set_value(lp->slp_tr, 1);
121 if (lp->slp_tr) {
122 gpiod_set_value(lp->slp_tr, 0);
207 gpiod_set_value(lp->slp_tr, 1);
209 gpiod_set_value(lp->slp_tr, 0);
822 if (lp->slp_tr)
1523 struct gpio_desc *slp_tr;
1551 slp_tr = devm_gpiod_get_optional(&spi->dev, "sleep", GPIOD_OUT_LOW);
1552 rc = PTR_ERR_OR_ZERO(slp_tr);
1556 gpiod_set_consumer_name(slp_tr, "slp_tr");
1574 lp->slp_tr = slp_tr;