Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c913 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1097 epctx->slotid = slotid; in xhci_alloc_epctx()
1137 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1231 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1270 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1537 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1972 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2400 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2596 event.slotid = slotid; in xhci_process_commands()
3319 if (slotid == 0 || slotid > xhci->numslots || in xhci_wakeup_endpoint()
[all …]
H A Dtrace-events164 usb_xhci_slot_enable(uint32_t slotid) "slotid %d"
165 usb_xhci_slot_disable(uint32_t slotid) "slotid %d"
166 usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s"
167 usb_xhci_slot_configure(uint32_t slotid) "slotid %d"
168 usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d"
169 usb_xhci_slot_reset(uint32_t slotid) "slotid %d"
170 usb_xhci_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
171 usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
173 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
174 usb_xhci_ep_stop(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
[all …]
H A Dhcd-xhci.h150 uint8_t slotid; member