Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-hub.c189 static bool usb_hub_port_clear(USBHubPort *port, uint16_t status) in usb_hub_port_clear() function
207 usb_hub_port_clear(port, PORT_STAT_LOW_SPEED); in usb_hub_port_update()
248 usb_hub_port_clear(port, PORT_STAT_CONNECTION); in usb_hub_detach()
249 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
250 usb_hub_port_clear(port, PORT_STAT_SUSPEND); in usb_hub_detach()
267 if (usb_hub_port_clear(port, PORT_STAT_SUSPEND)) { in usb_hub_wakeup()
421 usb_hub_port_clear(port, PORT_STAT_RESET); in usb_hub_handle_control()
460 usb_hub_port_clear(port, PORT_STAT_SUSPEND); in usb_hub_handle_control()
476 usb_hub_port_clear(port, PORT_STAT_POWER); in usb_hub_handle_control()
478 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
[all …]