Lines Matching refs:edesc

2021 			mult = (xfer->endpoint->edesc->  in xhci_setup_generic_chain()
2307 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint() argument
2325 epno = edesc->bEndpointAddress; in xhci_configure_endpoint()
2326 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()
2350 pepext->trb_ep_maxp = edesc->wMaxPacketSize[0]; in xhci_configure_endpoint()
2440 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()
2473 xfer->endpoint->edesc); in xhci_configure_endpoint_by_xfer()
2501 xfer->endpoint->edesc, pepext, in xhci_configure_endpoint_by_xfer()
2760 xhci_get_endpoint_ext(struct usb_device *udev, struct usb_endpoint_descriptor *edesc) in xhci_get_endpoint_ext() argument
2769 epno = edesc->bEndpointAddress; in xhci_get_endpoint_ext()
2770 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2818 xfer->endpoint->edesc); in xhci_transfer_remove()
2855 xfer->endpoint->edesc); in xhci_transfer_insert()
2861 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()
2880 pepext->trb_ep_maxp != xfer->endpoint->edesc->wMaxPacketSize[0]) { in xhci_transfer_insert()
3767 struct usb_endpoint_descriptor *edesc; in xhci_configure_reset_endpoint() local
3777 xfer->endpoint->edesc); in xhci_configure_reset_endpoint()
3786 edesc = xfer->endpoint->edesc; in xhci_configure_reset_endpoint()
3788 epno = edesc->bEndpointAddress; in xhci_configure_reset_endpoint()
3791 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
3856 (edesc->bmAttributes & UE_XFERTYPE) != UE_CONTROL && in xhci_configure_reset_endpoint()
3857 (edesc->bmAttributes & UE_XFERTYPE) != UE_ISOCHRONOUS) { in xhci_configure_reset_endpoint()
3922 xfer->endpoint->edesc); in xhci_configure_msg()
3991 xhci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in xhci_ep_init() argument
4000 ep, udev->address, edesc->bEndpointAddress, udev->flags.usb_mode); in xhci_ep_init()
4009 pepext = xhci_get_endpoint_ext(udev, edesc); in xhci_ep_init()
4020 if ((edesc->bEndpointAddress & UE_ADDR) != 0) { in xhci_ep_init()
4023 epno = XHCI_EPNO2EPID(edesc->bEndpointAddress); in xhci_ep_init()
4033 const struct usb_endpoint_descriptor *edesc = ep->edesc; in xhci_ep_uninit() local
4046 if ((edesc->bEndpointAddress & UE_ADDR) == 0) { in xhci_ep_uninit()
4053 epno = XHCI_EPNO2EPID(edesc->bEndpointAddress); in xhci_ep_uninit()
4091 pepext = xhci_get_endpoint_ext(udev, ep->edesc); in xhci_ep_clear_stall()
4380 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK || in xhci_set_endpoint_mode()