Home
last modified time | relevance | path

Searched refs:tegra_phy_xusb_utmi_pad_power_down (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/phy/tegra/
Dxusb.h25 void tegra_phy_xusb_utmi_pad_power_down(struct phy *phy);
/Linux-v6.1/drivers/phy/tegra/
Dxusb.c1478 void tegra_phy_xusb_utmi_pad_power_down(struct phy *phy) in tegra_phy_xusb_utmi_pad_power_down() function
1492 EXPORT_SYMBOL_GPL(tegra_phy_xusb_utmi_pad_power_down);
/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c761 tegra_phy_xusb_utmi_pad_power_down(xudc->curr_utmi_phy); in tegra_xudc_device_mode_off()