Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c273 unsigned int slotid; member
305 static void xhci_kick_ep(XHCIState *xhci, unsigned int slotid,
308 static TRBCCode xhci_disable_ep(XHCIState *xhci, unsigned int slotid,
615 ev_trb.control = (event->slotid << 24) | (event->epid << 16) | in xhci_write_event()
900 unsigned int slotid, in xhci_epmask_to_eps_with_streams() argument
910 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
912 slot = &xhci->slots[slotid - 1]; in xhci_epmask_to_eps_with_streams()
933 static void xhci_free_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_free_device_streams() argument
939 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, NULL, eps); in xhci_free_device_streams()
945 static TRBCCode xhci_alloc_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_alloc_device_streams() argument
[all …]
H A Dtrace-events165 usb_xhci_slot_enable(uint32_t slotid) "slotid %d"
166 usb_xhci_slot_disable(uint32_t slotid) "slotid %d"
167 usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s"
168 usb_xhci_slot_configure(uint32_t slotid) "slotid %d"
169 usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d"
170 usb_xhci_slot_reset(uint32_t slotid) "slotid %d"
171 usb_xhci_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
172 usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
173 usb_xhci_ep_set_dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid
174 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
[all …]
H A Dhcd-xhci.h148 uint8_t slotid; member