Home
last modified time | relevance | path

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

/openbmc/linux/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()
90 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
99 phy_exit(roothub_entry->phy); in usb_phy_roothub_init()
117 err = phy_exit(roothub_entry->phy); in usb_phy_roothub_exit()
148 phy_power_off(roothub_entry->phy); in usb_phy_roothub_set_mode()
196 phy_power_off(roothub_entry->phy); in usb_phy_roothub_power_on()
[all …]