Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c904 uint32_t epmask, in xhci_epmask_to_eps_with_streams() argument
918 if (!(epmask & (1u << i))) { in xhci_epmask_to_eps_with_streams()
937 uint32_t epmask) in xhci_free_device_streams() argument
942 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, NULL, eps); in xhci_free_device_streams()
949 uint32_t epmask) in xhci_alloc_device_streams() argument
955 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, epctxs, in xhci_alloc_device_streams()