Lines Matching refs:slp_tr
84 struct gpio_desc *slp_tr;
109 if (lp->slp_tr) {
110 gpiod_set_value(lp->slp_tr, 1);
120 if (lp->slp_tr) {
121 gpiod_set_value(lp->slp_tr, 0);
206 gpiod_set_value(lp->slp_tr, 1);
208 gpiod_set_value(lp->slp_tr, 0);
821 if (lp->slp_tr)
1522 struct gpio_desc *slp_tr;
1550 slp_tr = devm_gpiod_get_optional(&spi->dev, "sleep", GPIOD_OUT_LOW);
1551 rc = PTR_ERR_OR_ZERO(slp_tr);
1555 gpiod_set_consumer_name(slp_tr, "slp_tr");
1573 lp->slp_tr = slp_tr;