en_gpiod 448 drivers/nfc/trf7970a.c struct gpio_desc *en_gpiod; en_gpiod 1900 drivers/nfc/trf7970a.c gpiod_set_value_cansleep(trf->en_gpiod, 1); en_gpiod 1924 drivers/nfc/trf7970a.c gpiod_set_value_cansleep(trf->en_gpiod, 0); en_gpiod 2022 drivers/nfc/trf7970a.c trf->en_gpiod = devm_gpiod_get_index(trf->dev, "ti,enable", 0, en_gpiod 2024 drivers/nfc/trf7970a.c if (IS_ERR(trf->en_gpiod)) { en_gpiod 2026 drivers/nfc/trf7970a.c return PTR_ERR(trf->en_gpiod); en_gpiod 50 drivers/regulator/tps65132-regulator.c struct gpio_desc *en_gpiod; en_gpiod 68 drivers/regulator/tps65132-regulator.c if (!IS_ERR(rpdata->en_gpiod)) { en_gpiod 69 drivers/regulator/tps65132-regulator.c gpiod_set_value_cansleep(rpdata->en_gpiod, 1); en_gpiod 93 drivers/regulator/tps65132-regulator.c if (!IS_ERR(rpdata->en_gpiod)) { en_gpiod 94 drivers/regulator/tps65132-regulator.c gpiod_set_value_cansleep(rpdata->en_gpiod, 0); en_gpiod 114 drivers/regulator/tps65132-regulator.c if (!IS_ERR(rpdata->en_gpiod)) en_gpiod 139 drivers/regulator/tps65132-regulator.c rpdata->en_gpiod = devm_fwnode_get_index_gpiod_from_child(tps->dev, en_gpiod 141 drivers/regulator/tps65132-regulator.c if (IS_ERR_OR_NULL(rpdata->en_gpiod)) { en_gpiod 142 drivers/regulator/tps65132-regulator.c ret = PTR_ERR(rpdata->en_gpiod);