Home
last modified time | relevance | path

Searched refs:UDESC_CS_INTERFACE (Results 1 – 4 of 4) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_acm_desc.c92 .bDescriptorType = UDESC_CS_INTERFACE,
98 .bDescriptorType = UDESC_CS_INTERFACE,
104 .bDescriptorType = UDESC_CS_INTERFACE,
110 .bDescriptorType = UDESC_CS_INTERFACE,
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c269 sc->sc_ifaces_index[1], UDESC_CS_INTERFACE, 0xFF, in cdce_ncm_init()
487 (uaa->device, NULL, uaa->info.bIfaceIndex, UDESC_CS_INTERFACE, in cdce_attach()
575 (uaa->device, NULL, uaa->info.bIfaceIndex, UDESC_CS_INTERFACE, in cdce_attach()
Dif_urndis.c206 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_CM, 0xFF); in urndis_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb.h200 #define UDESC_CS_INTERFACE 0x24 macro