Searched refs:xhci_get_slot (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2394 static unsigned int xhci_get_slot(XHCIState *xhci, XHCIEvent *event, XHCITRB *trb) in xhci_get_slot() function 2504 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2510 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2517 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2524 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2530 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2538 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2546 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands() 2557 slotid = xhci_get_slot(xhci, &event, &trb); in xhci_process_commands()
|