Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/phy/tegra/
Dxusb.h24 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy);
/Linux-v6.6/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-v6.6/drivers/phy/tegra/
Dxusb.c1481 void tegra_phy_xusb_utmi_pad_power_on(struct phy *phy) in tegra_phy_xusb_utmi_pad_power_on() function
1495 EXPORT_SYMBOL_GPL(tegra_phy_xusb_utmi_pad_power_on);
/Linux-v6.6/drivers/usb/gadget/udc/
Dtegra-xudc.c704 tegra_phy_xusb_utmi_pad_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()