Searched refs:xhci_get_slot (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2388 static unsigned int xhci_get_slot(XHCIState *xhci, XHCIEvent *event, XHCITRB *trb) in xhci_get_slot() function 2498 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2504 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2511 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2518 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2524 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2532 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2540 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2551 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands()
|