/openbmc/qemu/net/ |
H A D | hub.c | 35 NetHub *hub; member 48 static ssize_t net_hub_receive(NetHub *hub, NetHubPort *source_port, in net_hub_receive() 63 static ssize_t net_hub_receive_iov(NetHub *hub, NetHubPort *source_port, in net_hub_receive_iov() 81 NetHub *hub; in net_hub_new() local 97 NetHub *hub = src_port->hub; in net_hub_port_can_receive() local 144 static NetHubPort *net_hub_port_new(NetHub *hub, const char *name, in net_hub_port_new() 179 NetHub *hub; in net_hub_add_port() local 201 NetHub *hub; in net_hub_info() local 270 NetHub *hub; in net_hub_check_clients() local
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 50 struct usb_hub_device *hub; /* USB hub struct */ member 57 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices() 68 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() 159 static void usb_hub_power_on(struct usb_hub_device *hub) in usb_hub_power_on() 436 struct usb_hub_device *hub; in usb_scan_port() local 605 struct usb_hub_device *hub; in usb_get_hub_device() local 624 struct usb_hub_device *hub; in usb_hub_configure() local 934 int usb_hub_scan(struct udevice *hub) in usb_hub_scan()
|
H A D | usb.c | 911 static int usb_hub_port_reset(struct usb_device *dev, struct usb_device *hub) in usb_hub_port_reset()
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 121 static struct udevice *hub_find_device(struct udevice *hub, int port, in hub_find_device() 160 static int clrset_post_state(struct udevice *hub, int port, int clear, int set) in clrset_post_state()
|
/openbmc/qemu/chardev/ |
H A D | char-hub.c | 211 ChardevHub *hub = backend->u.hub.data; in qemu_chr_open_hub() local 251 ChardevHub *hub; in qemu_chr_parse_hub() local
|
H A D | chardev-internal.h | 67 HubChardev *hub; member
|
/openbmc/u-boot/test/dm/ |
H A D | usb.c | 76 struct udevice *hub; in count_usb_devices() local
|
/openbmc/u-boot/board/ti/omap5_uevm/ |
H A D | evm.c | 251 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
|
/openbmc/u-boot/board/compulab/cm_t54/ |
H A D | cm_t54.c | 249 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
|
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
H A D | puma-rk3399.c | 341 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 38 struct usb_hub_descriptor hub; member 1352 struct udevice *hub; in xhci_submit_control_msg() local 1404 struct usb_hub_device *hub = dev_get_uclass_priv(udev->dev); in xhci_update_hub_device() local
|
H A D | xhci-mem.c | 731 struct usb_hub_device *hub; in xhci_setup_addressable_virt_dev() local
|
H A D | usb-uclass.c | 675 struct udevice *hub; in usb_detect_change() local
|
H A D | ehci-hcd.c | 41 struct usb_hub_descriptor hub; member
|
/openbmc/u-boot/cmd/ |
H A D | usb.c | 273 struct udevice *hub; in usb_find_device() local
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 404 u8 hub; in config_hub_port() local
|
/openbmc/qemu/hw/usb/ |
H A D | bus.c | 396 USBDevice *hub; in usb_claim_port() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | 365 Chardev *hub, *chr1, *chr2, *base; in char_hub_test() local
|