roothub_entry      25 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry      36 drivers/usb/core/phy.c 	roothub_entry = devm_kzalloc(dev, sizeof(*roothub_entry), GFP_KERNEL);
roothub_entry      37 drivers/usb/core/phy.c 	if (!roothub_entry)
roothub_entry      40 drivers/usb/core/phy.c 	INIT_LIST_HEAD(&roothub_entry->list);
roothub_entry      42 drivers/usb/core/phy.c 	roothub_entry->phy = phy;
roothub_entry      44 drivers/usb/core/phy.c 	list_add_tail(&roothub_entry->list, list);
roothub_entry      80 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry      89 drivers/usb/core/phy.c 	list_for_each_entry(roothub_entry, head, list) {
roothub_entry      90 drivers/usb/core/phy.c 		err = phy_init(roothub_entry->phy);
roothub_entry      98 drivers/usb/core/phy.c 	list_for_each_entry_continue_reverse(roothub_entry, head, list)
roothub_entry      99 drivers/usb/core/phy.c 		phy_exit(roothub_entry->phy);
roothub_entry     107 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry     116 drivers/usb/core/phy.c 	list_for_each_entry(roothub_entry, head, list) {
roothub_entry     117 drivers/usb/core/phy.c 		err = phy_exit(roothub_entry->phy);
roothub_entry     129 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry     138 drivers/usb/core/phy.c 	list_for_each_entry(roothub_entry, head, list) {
roothub_entry     139 drivers/usb/core/phy.c 		err = phy_set_mode(roothub_entry->phy, mode);
roothub_entry     147 drivers/usb/core/phy.c 	list_for_each_entry_continue_reverse(roothub_entry, head, list)
roothub_entry     148 drivers/usb/core/phy.c 		phy_power_off(roothub_entry->phy);
roothub_entry     156 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry     165 drivers/usb/core/phy.c 	list_for_each_entry(roothub_entry, head, list) {
roothub_entry     166 drivers/usb/core/phy.c 		err = phy_calibrate(roothub_entry->phy);
roothub_entry     177 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry     186 drivers/usb/core/phy.c 	list_for_each_entry(roothub_entry, head, list) {
roothub_entry     187 drivers/usb/core/phy.c 		err = phy_power_on(roothub_entry->phy);
roothub_entry     195 drivers/usb/core/phy.c 	list_for_each_entry_continue_reverse(roothub_entry, head, list)
roothub_entry     196 drivers/usb/core/phy.c 		phy_power_off(roothub_entry->phy);
roothub_entry     204 drivers/usb/core/phy.c 	struct usb_phy_roothub *roothub_entry;
roothub_entry     209 drivers/usb/core/phy.c 	list_for_each_entry_reverse(roothub_entry, &phy_roothub->list, list)
roothub_entry     210 drivers/usb/core/phy.c 		phy_power_off(roothub_entry->phy);