Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A 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 in usb_phy_roothub_init()
107 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_exit() local
129 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_set_mode() local
156 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_calibrate() local
177 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_power_on() local
204 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_power_off() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A 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 in usb_phy_roothub_init()
107 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_exit() local
129 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_set_mode() local
156 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_calibrate() local
177 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_power_on() local
204 struct usb_phy_roothub *roothub_entry; usb_phy_roothub_power_off() local
[all...]

Completed in 1 milliseconds