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.12.1/include/linux/phy/tegra/
Dxusb.h24 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy);
/linux-6.12.1/drivers/usb/host/
Dxhci-tegra.c2114 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_disable_phy_wake()
2158 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_program_utmi_power_lp0_exit()
2713 tegra_phy_xusb_utmi_pad_power_on( in tegra_xhci_hub_control()
2723 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
2731 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
2758 tegra_phy_xusb_utmi_pad_power_on(phy); in tegra_xhci_hub_control()
/linux-6.12.1/drivers/phy/tegra/
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.12.1/drivers/usb/gadget/udc/
Dtegra-xudc.c704 tegra_phy_xusb_utmi_pad_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()