Searched refs:USBHubPort (Results 1 – 1 of 1) sorted by relevance
39 typedef struct USBHubPort { struct43 } USBHubPort; argument51 USBHubPort ports[MAX_PORTS];169 static bool usb_hub_port_change(USBHubPort *port, uint16_t status) in usb_hub_port_change()180 static bool usb_hub_port_set(USBHubPort *port, uint16_t status) in usb_hub_port_set()189 static bool usb_hub_port_clear(USBHubPort *port, uint16_t status) in usb_hub_port_clear()198 static bool usb_hub_port_update(USBHubPort *port) in usb_hub_port_update()230 USBHubPort *port = &s->ports[port1->index]; in usb_hub_attach()240 USBHubPort *port = &s->ports[port1->index]; in usb_hub_detach()265 USBHubPort *port = &s->ports[port1->index]; in usb_hub_wakeup()[all …]