Home
last modified time | relevance | path

Searched defs:hub (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/net/
H A Dhub.c35 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 Dusb_hub.c50 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 Dusb.c911 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 Dsandbox_hub.c121 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 Dchar-hub.c211 ChardevHub *hub = backend->u.hub.data; in qemu_chr_open_hub() local
251 ChardevHub *hub; in qemu_chr_parse_hub() local
H A Dchardev-internal.h67 HubChardev *hub; member
/openbmc/u-boot/test/dm/
H A Dusb.c76 struct udevice *hub; in count_usb_devices() local
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c251 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 Dcm_t54.c249 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 Dpuma-rk3399.c341 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 Dxhci.c38 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 Dxhci-mem.c731 struct usb_hub_device *hub; in xhci_setup_addressable_virt_dev() local
H A Dusb-uclass.c675 struct udevice *hub; in usb_detect_change() local
H A Dehci-hcd.c41 struct usb_hub_descriptor hub; member
/openbmc/u-boot/cmd/
H A Dusb.c273 struct udevice *hub; in usb_find_device() local
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c404 u8 hub; in config_hub_port() local
/openbmc/qemu/hw/usb/
H A Dbus.c396 USBDevice *hub; in usb_claim_port() local
/openbmc/qemu/tests/unit/
H A Dtest-char.c365 Chardev *hub, *chr1, *chr2, *base; in char_hub_test() local