blob: eb31253201ad591d218d416b114d467eb7ac722f [file] [log] [blame]
Martin Blumenstingl07dbff02018-03-03 22:43:04 +01001struct usb_phy_roothub;
2
Martin Blumenstingl63cb03f2018-04-18 21:39:47 +02003struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);
4
5int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
Martin Blumenstingl07dbff02018-03-03 22:43:04 +01006int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
7
8int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
9void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);