Searched refs:bmAttributes (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c394 type = (edesc->bmAttributes & UE_XFERTYPE);
432 ecomp->bmAttributes) + 1;
491 type = (edesc->bmAttributes & UE_XFERTYPE);
542 ecomp->bmAttributes) + 1;
2673 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2676 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2679 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2811 type = (ep->edesc->bmAttributes & UE_XFERTYPE);
2875 type = (ep->edesc->bmAttributes & UE_XFERTYPE);
H A Dusb_generic.c198 type = ed->bmAttributes & UE_XFERTYPE;
257 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
265 switch (ed->bmAttributes & UE_XFERTYPE) {
326 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
334 switch (ed->bmAttributes & UE_XFERTYPE) {
1548 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
H A Dusb_pf.c441 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
H A Dusb_hub.c342 ((ep->edesc->bmAttributes & 3) << 12);
1956 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
2034 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
2427 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c2075 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes)
2391 type = edesc->bmAttributes & UE_XFERTYPE;
2502 switch (edesc->bmAttributes & UE_XFERTYPE) {
2565 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1,
2834 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
2925 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
3232 .bmAttributes[0] = 2,
3238 .bmAttributes = 0, /* XXX */
3262 .bmAttributes = UC_SELF_POWERED,
3277 .bmAttributes
[all...]
H A Dsaf1761_otg.c1794 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
2253 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
2324 (ed->bmAttributes & UE_XFERTYPE),
2836 .bmAttributes = UC_SELF_POWERED,
2852 .bmAttributes = UE_INTERRUPT,
3443 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
3575 switch (edesc->bmAttributes & UE_XFERTYPE) {
3584 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Duss820dci.c1283 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
1378 (ed->bmAttributes & UE_XFERTYPE),
1827 .bmAttributes = UC_SELF_POWERED,
1843 .bmAttributes = UE_INTERRUPT,
2394 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dat91dci.c1422 (ed->bmAttributes & UE_XFERTYPE),
1759 .bmAttributes = UC_SELF_POWERED,
1774 .bmAttributes = UE_INTERRUPT,
2328 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Ddwc_otg.c3830 (ed->bmAttributes & UE_XFERTYPE),
4298 .bmAttributes = UC_SELF_POWERED,
4313 .bmAttributes = UE_INTERRUPT,
4837 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
4943 (edesc->bmAttributes & UE_XFERTYPE) != UE_ISOCHRONOUS) {
4950 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Dmusb_otg.c2422 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
3053 (ed->bmAttributes & UE_XFERTYPE),
3562 .bmAttributes = UC_SELF_POWERED,
3577 .bmAttributes = UE_INTERRUPT,
4202 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dohci.c2060 .bmAttributes = UC_SELF_POWERED,
2075 .bmAttributes = UE_INTERRUPT,
2557 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Duhci.c2336 .bmAttributes = UC_SELF_POWERED,
2351 .bmAttributes = UE_INTERRUPT,
3040 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dehci.c3024 .bmAttributes = UC_SELF_POWERED,
3039 .bmAttributes = UE_INTERRUPT,
3771 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c568 type = uhe->desc.bmAttributes & UE_XFERTYPE;
676 type = (uhe->desc.bmAttributes & UE_XFERTYPE);
780 uint8_t type = uhe->desc.bmAttributes & UE_XFERTYPE;
1060 at = uhe->desc.bmAttributes;
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c1395 .bmAttributes = UC_SELF_POWERED,
1410 .bmAttributes = UE_INTERRUPT,
1774 qh->ep_type = xfer->endpoint->edesc->bmAttributes;
1785 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
1861 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c991 if ((ep->desc.bmAttributes & 3) != 2)
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c1431 } else if (chan_alt->p_sed.v1->bmAttributes & UA_SED_FREQ_CONTROL) {
1534 "bEndpointAddress=%d bmAttributes=0x%x \n"
1538 ed->bEndpointAddress, ed->bmAttributes,
1884 if (UE_GET_XFERTYPE(ed1->bmAttributes) != UE_ISOCHRONOUS) {
2319 uint8_t attr = ch->usb_alt[alt].p_ed1->bmAttributes;

Completed in 238 milliseconds

12