HomeSort by: relevance | last modified time | path
    Searched refs:UE_XFERTYPE (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/usb/
uipaq.c 227 (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
230 (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
if_udav.c 218 if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK &&
221 else if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK &&
224 else if ((ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT &&
umodem_common.c 187 (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
190 (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
240 (ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
if_url.c 224 if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK &&
227 else if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK &&
230 else if ((ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT &&
ugensa.c 211 attr = ed->bmAttributes & UE_XFERTYPE;
ugen.c 629 switch (edesc->bmAttributes & UE_XFERTYPE) {
782 switch (sce->edesc->bmAttributes & UE_XFERTYPE) {
866 switch (sce->edesc->bmAttributes & UE_XFERTYPE) {
1079 switch (sce->edesc->bmAttributes & UE_XFERTYPE) {
1732 if ((edesc->bmAttributes & UE_XFERTYPE) != UE_BULK)
1794 if ((edesc->bmAttributes & UE_XFERTYPE) != UE_BULK)
2135 switch (sce_in->edesc->bmAttributes & UE_XFERTYPE) {
2168 switch (sce_out->edesc->bmAttributes & UE_XFERTYPE) {
2364 switch (sce->edesc->bmAttributes & UE_XFERTYPE) {
2388 switch (sce->edesc->bmAttributes & UE_XFERTYPE) {
    [all...]
umodeswitch.c 96 if ((ed->bmAttributes & UE_XFERTYPE) == UE_BULK)
uhidev.c 245 ed->bmAttributes & UE_XFERTYPE,
249 (ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
253 (ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
uvisor.c 320 (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
uslsa.c 223 attr = ed->bmAttributes & UE_XFERTYPE;
usb.h 295 #define UE_XFERTYPE 0x03
300 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
umass.c 536 && (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
539 && (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
543 && (ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
motg.c 550 switch (ed->bmAttributes & UE_XFERTYPE) {
1197 if ((xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes & UE_XFERTYPE)
1246 if ((xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes & UE_XFERTYPE)
uhub.c 406 if ((ed->bmAttributes & UE_XFERTYPE) != UE_INTERRUPT) {
uftdi.c 400 attr = ed->bmAttributes & UE_XFERTYPE;
usbdi.c 1168 [pipe->up_endpoint->ue_edesc->bmAttributes & UE_XFERTYPE];
ohci.c 2085 uint8_t xfertype = ed->bmAttributes & UE_XFERTYPE;
uhci.c 3414 switch (ed->bmAttributes & UE_XFERTYPE) {
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 594 if ((ed->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS) {
652 if ((ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT
668 if ((ed->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
773 uint8_t xfertype = ed->bmAttributes & UE_XFERTYPE;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 380 switch (ed->bmAttributes & UE_XFERTYPE) {
  /src/sys/dev/ic/
sl811hs.c 1095 switch (ed->bmAttributes & UE_XFERTYPE) {

Completed in 35 milliseconds