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

/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c131 switch (ep_type & UE_XFERTYPE) {
449 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) {
491 switch (td->qh->ep_type & UE_XFERTYPE) {
576 if ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)
610 switch (td->qh->ep_type & UE_XFERTYPE) {
1787 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
1863 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-12-stable/sys/dev/usb/
H A Dusb_generic.c200 type = ed->bmAttributes & UE_XFERTYPE;
259 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
267 switch (ed->bmAttributes & UE_XFERTYPE) {
328 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
336 switch (ed->bmAttributes & UE_XFERTYPE) {
1550 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
H A Dusb.h540 #define UE_XFERTYPE 0x03 macro
547 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
H A Dusb_transfer.c395 type = (edesc->bmAttributes & UE_XFERTYPE);
492 type = (edesc->bmAttributes & UE_XFERTYPE);
2674 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2677 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2680 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
2812 type = (ep->edesc->bmAttributes & UE_XFERTYPE);
2876 type = (ep->edesc->bmAttributes & UE_XFERTYPE);
H A Dusb_pf.c443 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
H A Dusb_device.c429 type_mask = UE_XFERTYPE;
430 type_val = (setup->type & UE_XFERTYPE);
531 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK &&
1117 et = (ep->edesc->bmAttributes & UE_XFERTYPE);
H A Dusb_hub.c1960 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
2038 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
2431 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
/freebsd-12-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-12-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.c1234 (ed->bmAttributes & UE_XFERTYPE),
2038 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2120 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Davr32dci.c1201 (ed->bmAttributes & UE_XFERTYPE),
1977 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2064 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Duss820dci.c1285 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
1380 (ed->bmAttributes & UE_XFERTYPE),
2396 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dxhci.c2393 type = edesc->bmAttributes & UE_XFERTYPE;
2504 switch (edesc->bmAttributes & UE_XFERTYPE) {
2836 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
2927 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
3875 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
4399 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK ||
H A Ddwc_otg.c3828 (ed->bmAttributes & UE_XFERTYPE),
4850 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
4956 (edesc->bmAttributes & UE_XFERTYPE) != UE_ISOCHRONOUS) {
4963 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Dmusb_otg.c2445 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
3076 (ed->bmAttributes & UE_XFERTYPE),
4226 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dohci.c2557 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Duhci.c3042 switch (edesc->bmAttributes & UE_XFERTYPE) {
H A Dehci.c3769 switch (edesc->bmAttributes & UE_XFERTYPE) {
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c282 et = (ted->bmAttributes & UE_XFERTYPE);
809 temp = (ed->bmAttributes & UE_XFERTYPE);

Completed in 370 milliseconds