Lines Matching defs:en2_gpiod
449 struct gpio_desc *en2_gpiod;
1894 if (trf->en2_gpiod &&
1896 gpiod_set_value_cansleep(trf->en2_gpiod, 1);
1926 if (trf->en2_gpiod && !(trf->quirks & TRF7970A_QUIRK_EN2_MUST_STAY_LOW))
1927 gpiod_set_value_cansleep(trf->en2_gpiod, 0);
2029 trf->en2_gpiod = devm_gpiod_get_index_optional(trf->dev, "ti,enable", 1,
2031 if (!trf->en2_gpiod) {
2033 } else if (IS_ERR(trf->en2_gpiod)) {
2035 PTR_ERR(trf->en2_gpiod));
2036 return PTR_ERR(trf->en2_gpiod);