Lines Matching refs:bmAttributes
2073 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2382 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()
2493 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()
2556 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()
2823 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2914 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()
3201 .bmAttributes[0] = 2,
3207 .bmAttributes = 0, /* XXX */
3231 .bmAttributes = UC_SELF_POWERED,
3246 .bmAttributes = UE_INTERRUPT,
3254 .bmAttributes = 0,
3842 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
3907 (edesc->bmAttributes & UE_XFERTYPE) != UE_CONTROL && in xhci_configure_reset_endpoint()
3908 (edesc->bmAttributes & UE_XFERTYPE) != UE_ISOCHRONOUS) { in xhci_configure_reset_endpoint()
4391 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK || in xhci_set_endpoint_mode()