blob: 6fde59bfbff8ace58bebb50bc88348eab03a1ca2 [file] [log] [blame]
Martin Blumenstingl07dbff02018-03-03 22:43:04 +01001struct usb_phy_roothub;
2
3struct usb_phy_roothub *usb_phy_roothub_init(struct device *dev);
4int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
5
6int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
7void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);