Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/phy/tegra/
Dxusb.h24 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy);
/Linux-v6.1/drivers/phy/tegra/
Dxusb.c1462 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy) in tegra_phy_xusb_utmi_pad_power_on() function
1476 EXPORT_SYMBOL_GPL(tegra_phy_xusb_utmi_pad_power_on);
/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c705 tegra_phy_xusb_utmi_pad_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()