Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-hub.c39 typedef struct USBHubPort { struct
43 } USBHubPort; argument
52 USBHubPort ports[MAX_PORTS];
217 static bool usb_hub_port_change(USBHubPort *port, uint16_t status) in usb_hub_port_change()
228 static bool usb_hub_port_set(USBHubPort *port, uint16_t status) in usb_hub_port_set()
237 static bool usb_hub_port_clear(USBHubPort *port, uint16_t status) in usb_hub_port_clear()
246 static bool usb_hub_port_update(USBHubState *s, USBHubPort *port) in usb_hub_port_update()
283 USBHubPort *port = &s->ports[port1->index]; in usb_hub_attach()
293 USBHubPort *port = &s->ports[port1->index]; in usb_hub_detach()
318 USBHubPort *port = &s->ports[port1->index]; in usb_hub_wakeup()
[all …]