Searched refs:USBHubPort (Results 1 – 1 of 1) sorted by relevance
39 typedef struct USBHubPort { struct43 } USBHubPort; argument52 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 …]