Lines Matching refs:reset_gpio
614 ret = gpio_direction_output(phy->reset_gpio, 0); in ulpi_phy_power_on()
617 phy->reset_gpio); in ulpi_phy_power_on()
621 ret = gpio_direction_output(phy->reset_gpio, 1); in ulpi_phy_power_on()
624 phy->reset_gpio); in ulpi_phy_power_on()
685 return gpio_direction_output(phy->reset_gpio, 0); in ulpi_phy_power_off()
731 err = devm_gpio_request(phy->u_phy.dev, phy->reset_gpio, in ulpi_open()
735 phy->reset_gpio); in ulpi_open()
739 err = gpio_direction_output(phy->reset_gpio, 0); in ulpi_open()
742 phy->reset_gpio); in ulpi_open()
1016 tegra_phy->reset_gpio = in tegra_usb_phy_probe()
1018 if (!gpio_is_valid(tegra_phy->reset_gpio)) { in tegra_usb_phy_probe()
1020 tegra_phy->reset_gpio); in tegra_usb_phy_probe()
1021 return tegra_phy->reset_gpio; in tegra_usb_phy_probe()