Searched refs:usb_phy_roothub (Results 1 – 3 of 3) sorted by relevance
12 struct usb_phy_roothub;14 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);16 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);17 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);19 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);20 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);23 struct usb_phy_roothub *phy_roothub);25 struct usb_phy_roothub *phy_roothub);
17 struct usb_phy_roothub { struct25 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_add_phy() argument48 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev) in usb_phy_roothub_alloc()50 struct usb_phy_roothub *phy_roothub; in usb_phy_roothub_alloc()77 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init()79 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_init()104 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_exit()106 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_exit()125 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on()127 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_power_on()[all …]
106 struct usb_phy_roothub *phy_roothub;