Searched refs:phy_roothub (Results 1 – 4 of 4) sorted by relevance
86 phy_roothub = devm_kzalloc(dev, sizeof(*phy_roothub), GFP_KERNEL); in usb_phy_roothub_alloc()87 if (!phy_roothub) in usb_phy_roothub_alloc()127 phy_roothub = devm_kzalloc(dev, sizeof(*phy_roothub), GFP_KERNEL); in usb_phy_roothub_alloc_usb3_phy()128 if (!phy_roothub) in usb_phy_roothub_alloc_usb3_phy()146 if (!phy_roothub) in usb_phy_roothub_init()173 if (!phy_roothub) in usb_phy_roothub_exit()195 if (!phy_roothub) in usb_phy_roothub_set_mode()222 if (!phy_roothub) in usb_phy_roothub_calibrate()251 if (!phy_roothub) in usb_phy_roothub_notify_connect()280 if (!phy_roothub) in usb_phy_roothub_notify_disconnect()[all …]
17 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);18 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);20 int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,22 int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub);23 int usb_phy_roothub_notify_connect(struct usb_phy_roothub *phy_roothub, int port);24 int usb_phy_roothub_notify_disconnect(struct usb_phy_roothub *phy_roothub, int port);25 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);26 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);29 struct usb_phy_roothub *phy_roothub);31 struct usb_phy_roothub *phy_roothub);
2285 hcd->phy_roothub); in hcd_bus_suspend()2326 hcd->phy_roothub); in hcd_bus_resume()2820 if (IS_ERR(hcd->phy_roothub)) in usb_add_hcd()2821 return PTR_ERR(hcd->phy_roothub); in usb_add_hcd()2824 if (IS_ERR(hcd->phy_roothub)) in usb_add_hcd()2825 return PTR_ERR(hcd->phy_roothub); in usb_add_hcd()2828 retval = usb_phy_roothub_init(hcd->phy_roothub); in usb_add_hcd()3013 usb_phy_roothub_power_off(hcd->phy_roothub); in usb_add_hcd()3015 usb_phy_roothub_exit(hcd->phy_roothub); in usb_add_hcd()3089 usb_phy_roothub_power_off(hcd->phy_roothub); in usb_remove_hcd()[all …]
666 usb_phy_roothub_notify_connect(hcd->phy_roothub, port1 - 1); in hub_ext_port_status()668 usb_phy_roothub_notify_disconnect(hcd->phy_roothub, port1 - 1); in hub_ext_port_status()
Completed in 21 milliseconds