Martin Blumenstingl | 07dbff0 | 2018-03-03 22:43:04 +0100 | [diff] [blame] | 1 | struct usb_phy_roothub; |
| 2 | |
Martin Blumenstingl | 63cb03f | 2018-04-18 21:39:47 +0200 | [diff] [blame^] | 3 | struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev); |
| 4 | |
| 5 | int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub); |
Martin Blumenstingl | 07dbff0 | 2018-03-03 22:43:04 +0100 | [diff] [blame] | 6 | int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub); |
| 7 | |
| 8 | int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub); |
| 9 | void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub); |