Searched refs:UDESC_CS_INTERFACE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/template/
H A Dusb_template_cdce.c113 .bDescriptorType = UDESC_CS_INTERFACE,
121 .bDescriptorType = UDESC_CS_INTERFACE,
129 .bDescriptorType = UDESC_CS_INTERFACE,
H A Dusb_template.c139 (raw[1] == UDESC_CS_INTERFACE) &&
166 (raw[1] == UDESC_CS_INTERFACE) &&
/freebsd-10.3-release/sys/dev/usb/serial/
H A Dumodem.c340 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM);
345 uaa->info.bIfaceIndex, UDESC_CS_INTERFACE,
534 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM);
541 cad = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM);
H A Dufoma.c1038 cmd = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM);
1047 acm = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM);
/freebsd-10.3-release/sys/dev/usb/net/
H A Dif_cdce.c306 sc->sc_ifaces_index[1], UDESC_CS_INTERFACE, 0xFF,
518 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF);
602 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_ENF, 0xFF);
H A Dif_urndis.c236 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_CM, 0xFF);
H A Duhso.c1045 iface->idesc->bInterfaceNumber, UDESC_CS_INTERFACE, 0xff, 0, 0);
1047 UHSO_DPRINTF(0, "Failed to find UDESC_CS_INTERFACE\n");
/freebsd-10.3-release/sys/dev/sound/usb/
H A Duaudioreg.h47 #define UDESC_CS_INTERFACE 0x24 macro
H A Duaudio.c1602 (desc->bDescriptorType == UDESC_CS_INTERFACE) &&
1627 (desc->bDescriptorType == UDESC_CS_INTERFACE) &&
1643 (desc->bDescriptorType == UDESC_CS_INTERFACE) &&
3778 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) {
3916 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE)
4827 (acdp->bDescriptorType != UDESC_CS_INTERFACE) ||
/freebsd-10.3-release/sys/dev/usb/
H A Dusb.h212 #define UDESC_CS_INTERFACE 0x24 macro

Completed in 141 milliseconds