Lines Matching refs:bmAttributes
2017 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2326 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()
2440 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()
2503 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()
2770 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2861 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()
3148 .bmAttributes[0] = 2,
3154 .bmAttributes = 0, /* XXX */
3178 .bmAttributes = UC_SELF_POWERED,
3193 .bmAttributes = UE_INTERRUPT,
3201 .bmAttributes = 0,
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()
4380 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK || in xhci_set_endpoint_mode()