Home
last modified time | relevance | path

Searched refs:phy_roothub (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/core/
A Dphy.c86 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 …]
A Dphy.h17 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);
A Dhcd.c2272 hcd->phy_roothub); in hcd_bus_suspend()
2313 hcd->phy_roothub); in hcd_bus_resume()
2801 if (IS_ERR(hcd->phy_roothub)) in usb_add_hcd()
2802 return PTR_ERR(hcd->phy_roothub); in usb_add_hcd()
2805 if (IS_ERR(hcd->phy_roothub)) in usb_add_hcd()
2806 return PTR_ERR(hcd->phy_roothub); in usb_add_hcd()
2809 retval = usb_phy_roothub_init(hcd->phy_roothub); in usb_add_hcd()
2994 usb_phy_roothub_power_off(hcd->phy_roothub); in usb_add_hcd()
2996 usb_phy_roothub_exit(hcd->phy_roothub); in usb_add_hcd()
3070 usb_phy_roothub_power_off(hcd->phy_roothub); in usb_remove_hcd()
[all …]
A Dhub.c659 usb_phy_roothub_notify_connect(hcd->phy_roothub, port1 - 1); in hub_ext_port_status()
661 usb_phy_roothub_notify_disconnect(hcd->phy_roothub, port1 - 1); in hub_ext_port_status()
/linux/include/linux/usb/
A Dhcd.h100 struct usb_phy_roothub *phy_roothub; member

Completed in 31 milliseconds