forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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