Symbol: usb_phy_roothub
drivers/usb/core/phy.c
114
struct usb_phy_roothub *usb_phy_roothub_alloc_usb3_phy(struct device *dev)
drivers/usb/core/phy.c
116
struct usb_phy_roothub *phy_roothub;
drivers/usb/core/phy.c
150
int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
152
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
177
int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
179
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
198
int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
drivers/usb/core/phy.c
201
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
220
int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
222
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
249
int usb_phy_roothub_notify_connect(struct usb_phy_roothub *phy_roothub, int port)
drivers/usb/core/phy.c
251
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
26
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
278
int usb_phy_roothub_notify_disconnect(struct usb_phy_roothub *phy_roothub, int port)
drivers/usb/core/phy.c
280
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
299
int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
301
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
326
void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
328
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
339
struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
352
struct usb_phy_roothub *phy_roothub)
drivers/usb/core/phy.c
49
struct usb_phy_roothub *roothub_entry;
drivers/usb/core/phy.c
73
struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev)
drivers/usb/core/phy.c
75
struct usb_phy_roothub *phy_roothub;
drivers/usb/core/phy.h
12
struct usb_phy_roothub;
drivers/usb/core/phy.h
14
struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);
drivers/usb/core/phy.h
15
struct usb_phy_roothub *usb_phy_roothub_alloc_usb3_phy(struct device *dev);
drivers/usb/core/phy.h
17
int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
18
int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
20
int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
drivers/usb/core/phy.h
22
int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
23
int usb_phy_roothub_notify_connect(struct usb_phy_roothub *phy_roothub, int port);
drivers/usb/core/phy.h
24
int usb_phy_roothub_notify_disconnect(struct usb_phy_roothub *phy_roothub, int port);
drivers/usb/core/phy.h
25
int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
26
void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
29
struct usb_phy_roothub *phy_roothub);
drivers/usb/core/phy.h
31
struct usb_phy_roothub *phy_roothub);
include/linux/usb/hcd.h
100
struct usb_phy_roothub *phy_roothub;