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