aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/tegra_usb_phy.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h
index 97d123c4d7cc..0cd15d2df53d 100644
--- a/include/linux/usb/tegra_usb_phy.h
+++ b/include/linux/usb/tegra_usb_phy.h
@@ -63,14 +63,9 @@ struct tegra_usb_phy {
63 bool is_legacy_phy; 63 bool is_legacy_phy;
64 bool is_ulpi_phy; 64 bool is_ulpi_phy;
65 int reset_gpio; 65 int reset_gpio;
66 void (*set_pts)(struct usb_phy *x, u8 pts_val);
67 void (*set_phcd)(struct usb_phy *x, bool enable);
68}; 66};
69 67
70struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance, 68struct usb_phy *tegra_usb_get_phy(struct device_node *dn);
71 void __iomem *regs, void *config,
72 void (*set_pts)(struct usb_phy *x, u8 pts_val),
73 void (*set_phcd)(struct usb_phy *x, bool enable));
74 69
75void tegra_usb_phy_preresume(struct usb_phy *phy); 70void tegra_usb_phy_preresume(struct usb_phy *phy);
76 71
@@ -81,4 +76,8 @@ void tegra_ehci_phy_restore_start(struct usb_phy *phy,
81 76
82void tegra_ehci_phy_restore_end(struct usb_phy *phy); 77void tegra_ehci_phy_restore_end(struct usb_phy *phy);
83 78
79void tegra_ehci_set_pts(struct usb_phy *x, u8 pts_val);
80
81void tegra_ehci_set_phcd(struct usb_phy *x, bool enable);
82
84#endif /* __TEGRA_USB_PHY_H */ 83#endif /* __TEGRA_USB_PHY_H */