forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/usb/core/phy.h
....@@ -16,6 +16,9 @@
1616 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
1717 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
1818
19
+int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
20
+ enum phy_mode mode);
21
+int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub);
1922 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
2023 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);
2124