Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dphy.c25 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_add_phy() local
36 roothub_entry = devm_kzalloc(dev, sizeof(*roothub_entry), GFP_KERNEL); in usb_phy_roothub_add_phy()
37 if (!roothub_entry) in usb_phy_roothub_add_phy()
40 INIT_LIST_HEAD(&roothub_entry->list); in usb_phy_roothub_add_phy()
42 roothub_entry->phy = phy; in usb_phy_roothub_add_phy()
44 list_add_tail(&roothub_entry->list, list); in usb_phy_roothub_add_phy()
80 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_init() local
89 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_init()
90 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
98 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_init()
[all …]