Home
last modified time | relevance | path

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

/drivers/usb/core/
Dhub.h19 struct usb_hub { struct
117 extern int usb_hub_create_port_device(struct usb_hub *hub,
119 extern void usb_hub_remove_port_device(struct usb_hub *hub,
121 extern int usb_hub_set_port_power(struct usb_device *hdev, struct usb_hub *hub,
123 extern struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev);
124 extern int hub_port_debounce(struct usb_hub *hub, int port1,
129 static inline bool hub_is_port_power_switchable(struct usb_hub *hub) in hub_is_port_power_switchable()
151 static inline unsigned hub_power_on_good_delay(struct usb_hub *hub) in hub_power_on_good_delay()
161 static inline int hub_port_debounce_be_connected(struct usb_hub *hub, in hub_port_debounce_be_connected()
167 static inline int hub_port_debounce_be_stable(struct usb_hub *hub, in hub_port_debounce_be_stable()
Dhub.c122 static int hub_port_disable(struct usb_hub *hub, int port1, int set_state);
123 static bool hub_port_warm_reset_required(struct usb_hub *hub, int port1,
126 static inline char *portspeed(struct usb_hub *hub, int portstatus) in portspeed()
141 struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev) in usb_hub_to_struct_hub()
201 struct usb_hub *hub, in usb_set_lpm_mel()
248 struct usb_hub *hub, in usb_set_lpm_pel()
324 struct usb_hub *hub; in usb_set_lpm_parameters()
476 static void set_port_led(struct usb_hub *hub, int port1, int selector) in set_port_led()
491 struct usb_hub *hub = in led_work()
492 container_of(work, struct usb_hub, leds.work); in led_work()
[all …]
Dport.c223 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_resume()
282 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_suspend()
477 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location()
505 static void find_and_link_peer(struct usb_hub *hub, int port1) in find_and_link_peer()
510 struct usb_hub *peer_hub; in find_and_link_peer()
533 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer()
558 int usb_hub_create_port_device(struct usb_hub *hub, int port1) in usb_hub_create_port_device()
641 void usb_hub_remove_port_device(struct usb_hub *hub, int port1) in usb_hub_remove_port_device()
Dusb-acpi.c119 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_acpi_set_power_state()
270 struct usb_hub *hub; in usb_acpi_find_companion_for_device()
Dusb.c485 struct usb_hub *hub; in __each_hub()
660 struct usb_hub *hub; in usb_dev_authorized()