Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c910 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1134 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1235 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1274 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1311 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1348 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_ep()
1399 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_set_ep_dequeue()
1846 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_kick_ep()
2035 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_slot()
2048 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_slot()
[all …]
H A Dhcd-xhci-nec.c50 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
H A Dhcd-xhci-sysbus.c87 DEFINE_PROP_UINT32("slots", XHCISysbusState, xhci.numslots, XHCI_MAXSLOTS),
H A Dhcd-xhci.h191 uint32_t numslots; member
H A Dhcd-xhci-pci.c275 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()