Lines Matching refs:eps

903                                            USBEndpoint **eps)  in xhci_epmask_to_eps_with_streams()  argument
919 epctx = slot->eps[i - 1]; in xhci_epmask_to_eps_with_streams()
928 eps[j++] = ep; in xhci_epmask_to_eps_with_streams()
936 USBEndpoint *eps[30]; in xhci_free_device_streams() local
939 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, NULL, eps); in xhci_free_device_streams()
941 usb_device_free_streams(eps[0]->dev, eps, nr_eps); in xhci_free_device_streams()
949 USBEndpoint *eps[30]; in xhci_alloc_device_streams() local
953 eps); in xhci_alloc_device_streams()
959 dev_max_streams = eps[0]->max_streams; in xhci_alloc_device_streams()
971 if (eps[i]->max_streams != dev_max_streams) { in xhci_alloc_device_streams()
995 r = usb_device_alloc_streams(eps[0]->dev, eps, nr_eps, req_nr_streams); in xhci_alloc_device_streams()
1138 if (slot->eps[epid-1]) { in xhci_enable_ep()
1143 slot->eps[epid-1] = epctx; in xhci_enable_ep()
1242 if (!slot->eps[epid-1]) { in xhci_ep_nuke_xfers()
1246 epctx = slot->eps[epid-1]; in xhci_ep_nuke_xfers()
1279 if (!slot->eps[epid-1]) { in xhci_disable_ep()
1286 epctx = slot->eps[epid-1]; in xhci_disable_ep()
1299 slot->eps[epid-1] = NULL; in xhci_disable_ep()
1320 if (!slot->eps[epid-1]) { in xhci_stop_ep()
1330 epctx = slot->eps[epid-1]; in xhci_stop_ep()
1357 if (!slot->eps[epid-1]) { in xhci_reset_ep()
1362 epctx = slot->eps[epid-1]; in xhci_reset_ep()
1411 if (!slot->eps[epid-1]) { in xhci_set_ep_dequeue()
1416 epctx = slot->eps[epid-1]; in xhci_set_ep_dequeue()
1853 epctx = xhci->slots[slotid-1].eps[epid-1]; in xhci_kick_ep()
2038 memset(xhci->slots[slotid-1].eps, 0, sizeof(XHCIEPContext*)*31); in xhci_enable_slot()
2051 if (xhci->slots[slotid-1].eps[i-1]) { in xhci_disable_slot()
2219 if (xhci->slots[slotid-1].eps[i-1]) { in xhci_configure_slot()
2379 if (xhci->slots[slotid-1].eps[i-1]) { in xhci_reset_slot()
2425 if (xhci->slots[slot].eps[ep]) { in xhci_detach_slot()
3509 slot->eps[epid-1] = epctx; in usb_xhci_post_load()