Home
last modified time | relevance | path

Searched refs:bFirstInterface (Results 1 – 16 of 16) sorted by relevance

/components/drivers/usb/cherryusb/class/cdc/
A Dusb_cdc.h420 bFirstInterface, /* bFirstInterface */ \
428 bFirstInterface, /* bInterfaceNumber */ \
443 (uint8_t)(bFirstInterface + 1), /* bDataInterface */ \
451 bFirstInterface, /* bMasterInterface */ \
452 (uint8_t)(bFirstInterface + 1), /* bSlaveInterface0 */ \
461 (uint8_t)(bFirstInterface + 1), /* bInterfaceNumber */ \
489 bFirstInterface, /* bFirstInterface */ \
497 bFirstInterface, /* bInterfaceNumber */ \
512 (uint8_t)(bFirstInterface + 1), /* bDataInterface */ \
556 #define CDC_ECM_DESCRIPTOR_INIT(bFirstInterface, int_ep, out_ep, in_ep, wMaxPacketSize, \ argument
[all …]
/components/drivers/usb/cherryusb/class/adb/
A Dusbd_adb.h15 #define ADB_DESCRIPTOR_INIT(bFirstInterface, in_ep, out_ep, wMaxPacketSize) \ argument
16 USB_INTERFACE_DESCRIPTOR_INIT(bFirstInterface, 0x00, 0x02, 0xff, 0x42, 0x01, 0x02), \
/components/drivers/usb/cherryusb/class/msc/
A Dusb_msc.h64 #define MSC_DESCRIPTOR_INIT(bFirstInterface, out_ep, in_ep, wMaxPacketSize, str_idx) \ argument
68 bFirstInterface, /* bInterfaceNumber */ \
/components/drivers/usb/cherryusb/common/
A Dusb_def.h421 uint8_t bFirstInterface; member
539 uint8_t bFirstInterface; member
708 #define USB_IAD_INIT(bFirstInterface, bInterfaceCount, bFunctionClass, bFunctionSubClass, bFunction… argument
711bFirstInterface, /* bFirstInterface */ …
/components/drivers/usb/cherryusb/class/video/
A Dusb_video.h1110 #define VIDEO_VC_DESCRIPTOR_INIT(bFirstInterface, bEndpointAddress, bcdUVC, wTotalLength, dwClockFr… argument
1114bFirstInterface, …
1136 …(uint8_t)(bFirstInterface + 1), /* baInterfaceNr(0) : VideoStreaming interface 1 belongs to this V…
1176 #define VIDEO_VC_NOEP_DESCRIPTOR_INIT(bFirstInterface, bEndpointAddress, bcdUVC, wTotalLength, dwCl… argument
1180bFirstInterface, …
1202 …(uint8_t)(bFirstInterface + 1), /* baInterfaceNr(0) : VideoStreaming interface 1 belongs to this V…
/components/drivers/usb/cherryusb/class/audio/
A Dusb_audio.h713 #define AUDIO_AC_DESCRIPTOR_INIT(bFirstInterface, bInterfaceCount, wTotalLength, stridx, ...) \ argument
717bFirstInterface, …
726bFirstInterface, /* bInterfaceNumber */ …
1099 #define AUDIO_V2_AC_DESCRIPTOR_INIT(bFirstInterface, bInterfaceCount, wTotalLength, bCategory, bmCo… argument
1103bFirstInterface, …
1112bFirstInterface, /* bInterfaceNumber */ …
/components/drivers/usb/cherryusb/class/mtp/
A Dusb_mtp.h651 #define MTP_DESCRIPTOR_INIT(bFirstInterface, out_ep, in_ep, int_ep, wMaxPacketSize, str_idx) \ argument
655 bFirstInterface, /* bInterfaceNumber */ \
/components/legacy/usb/usbdevice/class/
A Dwinusb.c222 winusb->iad_desc.bFirstInterface = cintf_nr; in _winusb_descriptor_config()
A Daudio_speaker.c471 ac->iad_desc.bFirstInterface = cintf_nr; in _uac_descriptor_config()
A Daudio_mic.c470 ac->iad_desc.bFirstInterface = cintf_nr; in _uac_descriptor_config()
A Dhid.c597 hid->iad_desc.bFirstInterface = cintf_nr; in _hid_descriptor_config()
A Decm.c538 comm->iad_desc.bFirstInterface = cintf_nr; in _cdc_descriptor_config()
A Dcdc_vcom.c567 comm->iad_desc.bFirstInterface = cintf_nr; in _cdc_descriptor_config()
A Dmstorage.c1085 desc->iad_desc.bFirstInterface = cintf_nr; in _mstorage_descriptor_config()
A Drndis.c1062 comm->iad_desc.bFirstInterface = cintf_nr; in _cdc_descriptor_config()
/components/drivers/include/drivers/
A Dusb_common.h327 rt_uint8_t bFirstInterface; member

Completed in 46 milliseconds