phy_roothub      2137 drivers/usb/core/hcd.c 						hcd->phy_roothub);
phy_roothub      2178 drivers/usb/core/hcd.c 						hcd->phy_roothub);
phy_roothub      2192 drivers/usb/core/hcd.c 		status = usb_phy_roothub_calibrate(hcd->phy_roothub);
phy_roothub      2223 drivers/usb/core/hcd.c 		usb_phy_roothub_suspend(hcd->self.sysdev, hcd->phy_roothub);
phy_roothub      2641 drivers/usb/core/hcd.c 		hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev);
phy_roothub      2642 drivers/usb/core/hcd.c 		if (IS_ERR(hcd->phy_roothub))
phy_roothub      2643 drivers/usb/core/hcd.c 			return PTR_ERR(hcd->phy_roothub);
phy_roothub      2645 drivers/usb/core/hcd.c 		retval = usb_phy_roothub_init(hcd->phy_roothub);
phy_roothub      2649 drivers/usb/core/hcd.c 		retval = usb_phy_roothub_set_mode(hcd->phy_roothub,
phy_roothub      2652 drivers/usb/core/hcd.c 			retval = usb_phy_roothub_set_mode(hcd->phy_roothub,
phy_roothub      2657 drivers/usb/core/hcd.c 		retval = usb_phy_roothub_power_on(hcd->phy_roothub);
phy_roothub      2766 drivers/usb/core/hcd.c 	retval = usb_phy_roothub_calibrate(hcd->phy_roothub);
phy_roothub      2825 drivers/usb/core/hcd.c 	usb_phy_roothub_power_off(hcd->phy_roothub);
phy_roothub      2827 drivers/usb/core/hcd.c 	usb_phy_roothub_exit(hcd->phy_roothub);
phy_roothub      2900 drivers/usb/core/hcd.c 	usb_phy_roothub_power_off(hcd->phy_roothub);
phy_roothub      2901 drivers/usb/core/hcd.c 	usb_phy_roothub_exit(hcd->phy_roothub);
phy_roothub        51 drivers/usb/core/phy.c 	struct usb_phy_roothub *phy_roothub;
phy_roothub        62 drivers/usb/core/phy.c 	phy_roothub = devm_kzalloc(dev, sizeof(*phy_roothub), GFP_KERNEL);
phy_roothub        63 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub        66 drivers/usb/core/phy.c 	INIT_LIST_HEAD(&phy_roothub->list);
phy_roothub        69 drivers/usb/core/phy.c 		err = usb_phy_roothub_add_phy(dev, i, &phy_roothub->list);
phy_roothub        74 drivers/usb/core/phy.c 	return phy_roothub;
phy_roothub        78 drivers/usb/core/phy.c int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub)
phy_roothub        84 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub        87 drivers/usb/core/phy.c 	head = &phy_roothub->list;
phy_roothub       105 drivers/usb/core/phy.c int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub)
phy_roothub       111 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub       114 drivers/usb/core/phy.c 	head = &phy_roothub->list;
phy_roothub       126 drivers/usb/core/phy.c int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
phy_roothub       133 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub       136 drivers/usb/core/phy.c 	head = &phy_roothub->list;
phy_roothub       154 drivers/usb/core/phy.c int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub)
phy_roothub       160 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub       163 drivers/usb/core/phy.c 	head = &phy_roothub->list;
phy_roothub       175 drivers/usb/core/phy.c int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub)
phy_roothub       181 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub       184 drivers/usb/core/phy.c 	head = &phy_roothub->list;
phy_roothub       202 drivers/usb/core/phy.c void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub)
phy_roothub       206 drivers/usb/core/phy.c 	if (!phy_roothub)
phy_roothub       209 drivers/usb/core/phy.c 	list_for_each_entry_reverse(roothub_entry, &phy_roothub->list, list)
phy_roothub       215 drivers/usb/core/phy.c 			    struct usb_phy_roothub *phy_roothub)
phy_roothub       217 drivers/usb/core/phy.c 	usb_phy_roothub_power_off(phy_roothub);
phy_roothub       223 drivers/usb/core/phy.c 	return usb_phy_roothub_exit(phy_roothub);
phy_roothub       228 drivers/usb/core/phy.c 			   struct usb_phy_roothub *phy_roothub)
phy_roothub       234 drivers/usb/core/phy.c 		err = usb_phy_roothub_init(phy_roothub);
phy_roothub       239 drivers/usb/core/phy.c 	err = usb_phy_roothub_power_on(phy_roothub);
phy_roothub       243 drivers/usb/core/phy.c 		usb_phy_roothub_exit(phy_roothub);
phy_roothub        16 drivers/usb/core/phy.h int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
phy_roothub        17 drivers/usb/core/phy.h int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
phy_roothub        19 drivers/usb/core/phy.h int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
phy_roothub        21 drivers/usb/core/phy.h int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub);
phy_roothub        22 drivers/usb/core/phy.h int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
phy_roothub        23 drivers/usb/core/phy.h void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);
phy_roothub        26 drivers/usb/core/phy.h 			    struct usb_phy_roothub *phy_roothub);
phy_roothub        28 drivers/usb/core/phy.h 			   struct usb_phy_roothub *phy_roothub);
phy_roothub       113 include/linux/usb/hcd.h 	struct usb_phy_roothub	*phy_roothub;