Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dphy.h12 struct usb_phy_roothub;
14 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);
16 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
17 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
19 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
20 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);
23 struct usb_phy_roothub *phy_roothub);
25 struct usb_phy_roothub *phy_roothub);
Dphy.c17 struct usb_phy_roothub { struct
25 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_add_phy() argument
48 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev) in usb_phy_roothub_alloc()
50 struct usb_phy_roothub *phy_roothub; in usb_phy_roothub_alloc()
77 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init()
79 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_init()
104 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_exit()
106 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_exit()
125 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on()
127 struct usb_phy_roothub *roothub_entry; in usb_phy_roothub_power_on()
[all …]
/Linux-v4.19/include/linux/usb/
Dhcd.h106 struct usb_phy_roothub *phy_roothub;