Searched refs:UE_XFERTYPE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c129 switch (ep_type & UE_XFERTYPE) {
447 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) {
489 switch (td->qh->ep_type & UE_XFERTYPE) {
574 if ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)
608 switch (td->qh->ep_type & UE_XFERTYPE) {
1785 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
1861 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-11-stable/sys/dev/usb/
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.h537 #define UE_XFERTYPE 0x03 macro
544 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
H A Dusb_transfer.c394 type = (edesc->bmAttributes & UE_XFERTYPE);
491 type = (edesc->bmAttributes & UE_XFERTYPE);
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_pf.c441 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
H A Dusb_device.c427 type_mask = UE_XFERTYPE;
428 type_val = (setup->type & UE_XFERTYPE);
529 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK &&
1115 et = (ep->edesc->bmAttributes & UE_XFERTYPE);
H A Dusb_hub.c1956 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/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;
1063 ((at & UE_XFERTYPE) == type)) {
/freebsd-11-stable/sys/dev/usb/controller/
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),
3443 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
3575 switch (edesc->bmAttributes & UE_XFERTYPE) {
3584 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Datmegadci.c1232 (ed->bmAttributes & UE_XFERTYPE),
2036 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2118 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Davr32dci.c1199 (ed->bmAttributes & UE_XFERTYPE),
1975 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2062 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Duss820dci.c1283 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
1378 (ed->bmAttributes & UE_XFERTYPE),
2394 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dxhci.c2391 type = edesc->bmAttributes & UE_XFERTYPE;
2502 switch (edesc->bmAttributes & UE_XFERTYPE) {
2834 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
2925 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
3875 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
4397 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK ||
H A Dat91dci.c1422 (ed->bmAttributes & UE_XFERTYPE),
2328 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Ddwc_otg.c3830 (ed->bmAttributes & UE_XFERTYPE),
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),
4202 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dohci.c2557 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Duhci.c3040 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dehci.c3771 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c250 et = (ted->bmAttributes & UE_XFERTYPE);
773 temp = (ed->bmAttributes & UE_XFERTYPE);

Completed in 305 milliseconds