Searched refs:en2_gpiod (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/nfc/
H A Dtrf7970a.c450 struct gpio_desc *en2_gpiod; member in struct:trf7970a
1895 if (trf->en2_gpiod &&
1897 gpiod_set_value_cansleep(trf->en2_gpiod, 1);
1927 if (trf->en2_gpiod && !(trf->quirks & TRF7970A_QUIRK_EN2_MUST_STAY_LOW))
1928 gpiod_set_value_cansleep(trf->en2_gpiod, 0);
2030 trf->en2_gpiod = devm_gpiod_get_index_optional(trf->dev, "ti,enable", 1,
2032 if (!trf->en2_gpiod) {
2034 } else if (IS_ERR(trf->en2_gpiod)) {
2036 PTR_ERR(trf->en2_gpiod));
2037 return PTR_ERR(trf->en2_gpiod);
[all...]

Completed in 147 milliseconds