gpiod_reset        53 drivers/gpu/drm/bridge/analogix-anx78xx.c 	struct gpio_desc *gpiod_reset;
gpiod_reset       622 drivers/gpu/drm/bridge/analogix-anx78xx.c 	gpiod_set_value_cansleep(pdata->gpiod_reset, 1);
gpiod_reset       628 drivers/gpu/drm/bridge/analogix-anx78xx.c 	gpiod_set_value_cansleep(pdata->gpiod_reset, 0);
gpiod_reset       647 drivers/gpu/drm/bridge/analogix-anx78xx.c 	gpiod_set_value_cansleep(pdata->gpiod_reset, 1);
gpiod_reset       735 drivers/gpu/drm/bridge/analogix-anx78xx.c 	pdata->gpiod_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW);
gpiod_reset       737 drivers/gpu/drm/bridge/analogix-anx78xx.c 	return PTR_ERR_OR_ZERO(pdata->gpiod_reset);
gpiod_reset        38 drivers/nfc/st-nci/i2c.c 	struct gpio_desc *gpiod_reset;
gpiod_reset        47 drivers/nfc/st-nci/i2c.c 	gpiod_set_value(phy->gpiod_reset, 0);
gpiod_reset        49 drivers/nfc/st-nci/i2c.c 	gpiod_set_value(phy->gpiod_reset, 1);
gpiod_reset       230 drivers/nfc/st-nci/i2c.c 	phy->gpiod_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH);
gpiod_reset       231 drivers/nfc/st-nci/i2c.c 	if (IS_ERR(phy->gpiod_reset)) {
gpiod_reset        39 drivers/nfc/st-nci/spi.c 	struct gpio_desc *gpiod_reset;
gpiod_reset        48 drivers/nfc/st-nci/spi.c 	gpiod_set_value(phy->gpiod_reset, 0);
gpiod_reset        50 drivers/nfc/st-nci/spi.c 	gpiod_set_value(phy->gpiod_reset, 1);
gpiod_reset       246 drivers/nfc/st-nci/spi.c 	phy->gpiod_reset = devm_gpiod_get(&dev->dev, "reset", GPIOD_OUT_HIGH);
gpiod_reset       247 drivers/nfc/st-nci/spi.c 	if (IS_ERR(phy->gpiod_reset)) {
gpiod_reset       249 drivers/nfc/st-nci/spi.c 		return PTR_ERR(phy->gpiod_reset);
gpiod_reset        63 drivers/usb/phy/phy-generic.c 	if (!nop->gpiod_reset)
gpiod_reset        66 drivers/usb/phy/phy-generic.c 	gpiod_set_value_cansleep(nop->gpiod_reset, 1);
gpiod_reset        68 drivers/usb/phy/phy-generic.c 	gpiod_set_value_cansleep(nop->gpiod_reset, 0);
gpiod_reset       162 drivers/usb/phy/phy-generic.c 	gpiod_set_value_cansleep(nop->gpiod_reset, 1);
gpiod_reset       224 drivers/usb/phy/phy-generic.c 		nop->gpiod_reset = devm_gpiod_get_optional(dev, "reset",
gpiod_reset       226 drivers/usb/phy/phy-generic.c 		err = PTR_ERR_OR_ZERO(nop->gpiod_reset);
gpiod_reset       242 drivers/usb/phy/phy-generic.c 				nop->gpiod_reset =
gpiod_reset       254 drivers/usb/phy/phy-generic.c 	if (nop->gpiod_reset)
gpiod_reset       255 drivers/usb/phy/phy-generic.c 		gpiod_direction_output(nop->gpiod_reset, 1);
gpiod_reset        14 drivers/usb/phy/phy-generic.h 	struct gpio_desc *gpiod_reset;
gpiod_reset        49 sound/soc/codecs/cs42xx8.c 	struct gpio_desc *gpiod_reset;
gpiod_reset       550 sound/soc/codecs/cs42xx8.c 	cs42xx8->gpiod_reset = devm_gpiod_get_optional(dev, "reset",
gpiod_reset       552 sound/soc/codecs/cs42xx8.c 	if (IS_ERR(cs42xx8->gpiod_reset))
gpiod_reset       553 sound/soc/codecs/cs42xx8.c 		return PTR_ERR(cs42xx8->gpiod_reset);
gpiod_reset       555 sound/soc/codecs/cs42xx8.c 	gpiod_set_value_cansleep(cs42xx8->gpiod_reset, 0);
gpiod_reset       637 sound/soc/codecs/cs42xx8.c 	gpiod_set_value_cansleep(cs42xx8->gpiod_reset, 0);
gpiod_reset       678 sound/soc/codecs/cs42xx8.c 	gpiod_set_value_cansleep(cs42xx8->gpiod_reset, 1);
gpiod_reset      4138 sound/soc/codecs/rt5659.c 	rt5659->gpiod_reset = devm_gpiod_get_optional(&i2c->dev, "reset",
gpiod_reset      1797 sound/soc/codecs/rt5659.h 	struct gpio_desc *gpiod_reset;
gpiod_reset        48 sound/soc/codecs/rt5665.c 	struct gpio_desc *gpiod_reset;