Lines Matching refs:head
81 struct list_head *head; in usb_phy_roothub_init() local
87 head = &phy_roothub->list; in usb_phy_roothub_init()
89 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_init()
98 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_init()
108 struct list_head *head; in usb_phy_roothub_exit() local
114 head = &phy_roothub->list; in usb_phy_roothub_exit()
116 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_exit()
130 struct list_head *head; in usb_phy_roothub_set_mode() local
136 head = &phy_roothub->list; in usb_phy_roothub_set_mode()
138 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_set_mode()
147 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_set_mode()
157 struct list_head *head; in usb_phy_roothub_calibrate() local
163 head = &phy_roothub->list; in usb_phy_roothub_calibrate()
165 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_calibrate()
178 struct list_head *head; in usb_phy_roothub_power_on() local
184 head = &phy_roothub->list; in usb_phy_roothub_power_on()
186 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_power_on()
195 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_power_on()