Home
last modified time | relevance | path

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

/linux-6.15/include/linux/phy/tegra/
H A Dxusb.h24 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy);
/linux-6.15/drivers/usb/host/
H A Dxhci-tegra.c2118 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_disable_phy_wake()
2162 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_program_utmi_power_lp0_exit()
2717 tegra_phy_xusb_utmi_pad_power_on( in tegra_xhci_hub_control()
2727 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
2735 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
2762 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
/linux-6.15/drivers/phy/tegra/
H A Dxusb.c1483 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy) in tegra_phy_xusb_utmi_pad_power_on() function
1497 EXPORT_SYMBOL_GPL(tegra_phy_xusb_utmi_pad_power_on);
/linux-6.15/drivers/usb/gadget/udc/
H A Dtegra-xudc.c704 tegra_phy_xusb_utmi_pad_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()