Searched refs:usb_hub (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/usb/core/ |
H A D | hub.h | 19 struct usb_hub { struct 122 extern int usb_hub_create_port_device(struct usb_hub *hub, 124 extern void usb_hub_remove_port_device(struct usb_hub *hub, 129 extern void hub_get(struct usb_hub *hub); 130 extern void hub_put(struct usb_hub *hub); 131 extern int hub_port_debounce(struct usb_hub *hub, int port1, 135 extern int usb_hub_port_status(struct usb_hub *hub, int port1, 139 static inline bool hub_is_port_power_switchable(struct usb_hub *hub) in hub_is_port_power_switchable() 161 static inline unsigned hub_power_on_good_delay(struct usb_hub *hub) in hub_power_on_good_delay() 171 static inline int hub_port_debounce_be_connected(struct usb_hub *hub, in hub_port_debounce_be_connected() [all …]
|
H A D | hub.c | 212 struct usb_hub *hub, in usb_set_lpm_mel() 259 struct usb_hub *hub, in usb_set_lpm_pel() 335 struct usb_hub *hub; in usb_set_lpm_parameters() 722 struct usb_hub *hub; in usb_wakeup_notification() 1020 struct usb_hub *hub; in usb_remove_device() 1322 struct usb_hub *hub = container_of(ws, struct usb_hub, init_work.work); in hub_init_func2() 1329 struct usb_hub *hub = container_of(ws, struct usb_hub, init_work.work); in hub_init_func3() 1725 struct usb_hub *hub = container_of(kref, struct usb_hub, kref); in hub_release() 1816 struct usb_hub *hub; in hub_probe() 2050 struct usb_hub *hub; in usb_device_is_owned() [all …]
|
H A D | port.c | 52 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in disable_show() 104 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in disable_store() 353 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_resume() 412 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_suspend() 609 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() 638 static void find_and_link_peer(struct usb_hub *hub, int port1) in find_and_link_peer() 643 struct usb_hub *peer_hub; in find_and_link_peer() 666 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer() 717 int usb_hub_create_port_device(struct usb_hub *hub, int port1) in usb_hub_create_port_device() 819 void usb_hub_remove_port_device(struct usb_hub *hub, int port1) in usb_hub_remove_port_device()
|
H A D | usb-acpi.c | 115 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_acpi_set_power_state() 250 struct usb_hub *hub; in usb_acpi_find_companion_for_device()
|
H A D | usb.c | 607 struct usb_hub *hub; in usb_dev_authorized()
|
/openbmc/u-boot/common/ |
H A D | Makefile | 37 obj-y += usb.o usb_hub.o 79 obj-y += usb_hub.o
|
H A D | usb_hub.c | 959 UCLASS_DRIVER(usb_hub) = {
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-inventec-starscream.dts | 200 usb_hub: i2c@0 { label
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-icore-rqs.dtsi | 80 usb_hub: usb-hub { label
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-arndale.dts | 163 usb_hub: usb-hub { label
|
/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 375 usb_hub [ + ] `-- hub
|