hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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