Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dphy.c25 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_add_phy() local
35 roothub_entry = devm_kzalloc(dev, sizeof(*roothub_entry), GFP_KERNEL); in usb_phy_roothub_add_phy()
36 if (!roothub_entry) in usb_phy_roothub_add_phy()
39 INIT_LIST_HEAD(&roothub_entry->list); in usb_phy_roothub_add_phy()
41 roothub_entry->phy = phy; in usb_phy_roothub_add_phy()
43 list_add_tail(&roothub_entry->list, list); in usb_phy_roothub_add_phy()
79 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_init() local
88 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_init()
89 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
97 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_init()
[all …]