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_set_mode(struct usb_phy_roothub *phy_roothub,21 int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub);22 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);23 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);26 struct usb_phy_roothub *phy_roothub);28 struct usb_phy_roothub *phy_roothub);
17 struct usb_phy_roothub { struct25 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_add_phy() argument49 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev) in usb_phy_roothub_alloc()51 struct usb_phy_roothub *phy_roothub; in usb_phy_roothub_alloc()78 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init()80 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_init()105 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_exit()107 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_exit()126 int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub, in usb_phy_roothub_set_mode()129 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_set_mode()[all …]
114 struct usb_phy_roothub *phy_roothub;