usb: hub: Don't wait for connect state at resume for powered-off ports
[linux-block.git] / drivers / usb / core / phy.h
CommitLineData
07dbff0d
MB
1struct 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);