reset_gpiod 139 drivers/net/ethernet/smsc/smsc911x.c struct gpio_desc *reset_gpiod; reset_gpiod 440 drivers/net/ethernet/smsc/smsc911x.c pdata->reset_gpiod = devm_gpiod_get_optional(&pdev->dev, reset_gpiod 404 drivers/net/phy/mdio_bus.c bus->reset_gpiod = gpiod; reset_gpiod 443 drivers/net/phy/mdio_bus.c if (bus->reset_gpiod) reset_gpiod 444 drivers/net/phy/mdio_bus.c gpiod_set_value_cansleep(bus->reset_gpiod, 1); reset_gpiod 472 drivers/net/phy/mdio_bus.c if (bus->reset_gpiod) reset_gpiod 473 drivers/net/phy/mdio_bus.c gpiod_set_value_cansleep(bus->reset_gpiod, 1); reset_gpiod 42 drivers/staging/fieldbus/anybuss/arcx-anybus.c struct gpio_desc *reset_gpiod; reset_gpiod 242 drivers/staging/fieldbus/anybuss/arcx-anybus.c cd->reset_gpiod = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); reset_gpiod 243 drivers/staging/fieldbus/anybuss/arcx-anybus.c if (IS_ERR(cd->reset_gpiod)) reset_gpiod 244 drivers/staging/fieldbus/anybuss/arcx-anybus.c return PTR_ERR(cd->reset_gpiod); reset_gpiod 324 drivers/staging/fieldbus/anybuss/arcx-anybus.c gpiod_set_value_cansleep(cd->reset_gpiod, 1); reset_gpiod 335 drivers/staging/fieldbus/anybuss/arcx-anybus.c gpiod_set_value_cansleep(cd->reset_gpiod, 1); reset_gpiod 254 include/linux/phy.h struct gpio_desc *reset_gpiod; reset_gpiod 268 sound/soc/codecs/ak4104.c struct gpio_desc *reset_gpiod; reset_gpiod 296 sound/soc/codecs/ak4104.c reset_gpiod = devm_gpiod_get_optional(&spi->dev, "reset", reset_gpiod 298 sound/soc/codecs/ak4104.c if (IS_ERR(reset_gpiod) && reset_gpiod 299 sound/soc/codecs/ak4104.c PTR_ERR(reset_gpiod) == -EPROBE_DEFER) reset_gpiod 33 sound/soc/codecs/ak4458.c struct gpio_desc *reset_gpiod; reset_gpiod 528 sound/soc/codecs/ak4458.c if (ak4458->reset_gpiod) { reset_gpiod 529 sound/soc/codecs/ak4458.c gpiod_set_value_cansleep(ak4458->reset_gpiod, 0); reset_gpiod 536 sound/soc/codecs/ak4458.c if (ak4458->reset_gpiod) { reset_gpiod 537 sound/soc/codecs/ak4458.c gpiod_set_value_cansleep(ak4458->reset_gpiod, 1); reset_gpiod 684 sound/soc/codecs/ak4458.c ak4458->reset_gpiod = devm_gpiod_get_optional(ak4458->dev, "reset", reset_gpiod 686 sound/soc/codecs/ak4458.c if (IS_ERR(ak4458->reset_gpiod)) reset_gpiod 687 sound/soc/codecs/ak4458.c return PTR_ERR(ak4458->reset_gpiod); reset_gpiod 30 sound/soc/codecs/ak5558.c struct gpio_desc *reset_gpiod; /* Reset & Power down GPIO */ reset_gpiod 264 sound/soc/codecs/ak5558.c if (!ak5558->reset_gpiod) reset_gpiod 267 sound/soc/codecs/ak5558.c gpiod_set_value_cansleep(ak5558->reset_gpiod, 0); reset_gpiod 273 sound/soc/codecs/ak5558.c if (!ak5558->reset_gpiod) reset_gpiod 276 sound/soc/codecs/ak5558.c gpiod_set_value_cansleep(ak5558->reset_gpiod, 1); reset_gpiod 365 sound/soc/codecs/ak5558.c ak5558->reset_gpiod = devm_gpiod_get_optional(&i2c->dev, "reset", reset_gpiod 367 sound/soc/codecs/ak5558.c if (IS_ERR(ak5558->reset_gpiod)) reset_gpiod 368 sound/soc/codecs/ak5558.c return PTR_ERR(ak5558->reset_gpiod); reset_gpiod 663 sound/soc/codecs/cs4270.c struct gpio_desc *reset_gpiod; reset_gpiod 682 sound/soc/codecs/cs4270.c reset_gpiod = devm_gpiod_get_optional(&i2c_client->dev, "reset", reset_gpiod 684 sound/soc/codecs/cs4270.c if (IS_ERR(reset_gpiod) && reset_gpiod 685 sound/soc/codecs/cs4270.c PTR_ERR(reset_gpiod) == -EPROBE_DEFER)