Home
last modified time | relevance | path

Searched defs:slotid (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c273 unsigned int slotid; member
900 unsigned int slotid, in xhci_epmask_to_eps_with_streams()
933 static void xhci_free_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_free_device_streams()
945 static TRBCCode xhci_alloc_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_alloc_device_streams()
1087 unsigned int slotid, in xhci_alloc_epctx()
1126 static TRBCCode xhci_enable_ep(XHCIState *xhci, unsigned int slotid, in xhci_enable_ep()
1227 static int xhci_ep_nuke_xfers(XHCIState *xhci, unsigned int slotid, in xhci_ep_nuke_xfers()
1267 static TRBCCode xhci_disable_ep(XHCIState *xhci, unsigned int slotid, in xhci_disable_ep()
1304 static TRBCCode xhci_stop_ep(XHCIState *xhci, unsigned int slotid, in xhci_stop_ep()
1341 static TRBCCode xhci_reset_ep(XHCIState *xhci, unsigned int slotid, in xhci_reset_ep()
[all …]
H A Dhcd-xhci.h148 uint8_t slotid; member