kernel/drivers/usb/core/phy.h
.. .. @@ -16,6 +16,9 @@ 16 16 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub); 17 17 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub); 18 18 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);19 22 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub); 20 23 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub); 21 24