Home
last modified time | relevance | path

Searched refs:UICLASS_CDC_DATA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/template/
H A Dusb_template_serialnet.c212 .bInterfaceClass = UICLASS_CDC_DATA,
220 .bInterfaceClass = UICLASS_CDC_DATA,
310 .bInterfaceClass = UICLASS_CDC_DATA,
H A Dusb_template_multi.c215 .bInterfaceClass = UICLASS_CDC_DATA,
223 .bInterfaceClass = UICLASS_CDC_DATA,
313 .bInterfaceClass = UICLASS_CDC_DATA,
H A Dusb_template_cdce.c197 .bInterfaceClass = UICLASS_CDC_DATA,
205 .bInterfaceClass = UICLASS_CDC_DATA,
H A Dusb_template_modem.c186 .bInterfaceClass = UICLASS_CDC_DATA,
/freebsd/sys/dev/usb/
H A Dusb.h486 #define UICLASS_CDC_DATA 0x0a macro
/freebsd/sys/dev/usb/serial/
H A Dumodem.c484 if (id->bInterfaceClass != UICLASS_CDC_DATA || in umodem_find_data_iface()