Searched refs:usb_hub_port_clear (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 237 static bool usb_hub_port_clear(USBHubPort *port, uint16_t status) in usb_hub_port_clear() function 253 usb_hub_port_clear(port, PORT_STAT_LOW_SPEED); in usb_hub_port_update() 256 usb_hub_port_clear(port, PORT_STAT_HIGH_SPEED); in usb_hub_port_update() 259 usb_hub_port_clear(port, PORT_STAT_HIGH_SPEED); in usb_hub_port_update() 260 usb_hub_port_clear(port, PORT_STAT_LOW_SPEED); in usb_hub_port_update() 301 usb_hub_port_clear(port, PORT_STAT_CONNECTION); in usb_hub_detach() 302 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach() 303 usb_hub_port_clear(port, PORT_STAT_SUSPEND); in usb_hub_detach() 320 if (usb_hub_port_clear(port, PORT_STAT_SUSPEND)) { in usb_hub_wakeup() 474 usb_hub_port_clear(port, PORT_STAT_RESET); in usb_hub_handle_control() [all …]
|