Home
last modified time | relevance | path

Searched refs:UsbEndpointDescriptor (Results 1 – 10 of 10) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h167 typedef struct UsbEndpointDescriptor { struct
184 } __attribute__((packed)) UsbEndpointDescriptor; argument
194 struct UsbEndpointDescriptor endpointDescriptor;
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp104 static struct UsbEndpointDescriptor g_acmFsNotifyDesc = {
113 static struct UsbEndpointDescriptor g_acmFsInDesc = {
120 static struct UsbEndpointDescriptor g_acmFsOutDesc = {
141 static struct UsbEndpointDescriptor g_acmHsNotifyDesc = {
150 static struct UsbEndpointDescriptor g_acmHsInDesc = {
158 static struct UsbEndpointDescriptor g_acmHsOutDesc = {
180 static struct UsbEndpointDescriptor g_acmSsInDesc = {
188 static struct UsbEndpointDescriptor g_acmSsOutDesc = {
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c96 static struct UsbEndpointDescriptor g_acmFsNotifyDesc = {
105 static struct UsbEndpointDescriptor g_acmFsInDesc = {
112 static struct UsbEndpointDescriptor g_acmFsOutDesc = {
133 static struct UsbEndpointDescriptor g_acmHsNotifyDesc = {
142 static struct UsbEndpointDescriptor g_acmHsInDesc = {
150 static struct UsbEndpointDescriptor g_acmHsOutDesc = {
172 static struct UsbEndpointDescriptor g_acmSsInDesc = {
180 static struct UsbEndpointDescriptor g_acmSsOutDesc = {
/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_raw_api.h158 struct UsbEndpointDescriptor endpointDescriptor;
/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_config_desc_parser.cpp103 UsbEndpointDescriptor *desc = reinterpret_cast<UsbEndpointDescriptor *>(dest); in ParseDescriptor()
191 sizeof(UsbEndpointDescriptor), buffer, size); in ParseEndpoint()
/drivers/peripheral/usb/ddk/device/include/
Dadapter_if.h121 #define FUNCTIONFS_ENDPOINT_DESC _IOR('g', 130, struct UsbEndpointDescriptor)
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c275 struct UsbEndpointDescriptor *desc = (struct UsbEndpointDescriptor *)dest; in ParseDescriptor()
276 … ret = memcpy_s(dest, sizeof(struct UsbEndpointDescriptor), source, USB_DDK_DT_ENDPOINT_SIZE); in ParseDescriptor()
285 struct UsbEndpointDescriptor *desc = (struct UsbEndpointDescriptor *)dest; in ParseDescriptor()
286 …ret = memcpy_s(dest, sizeof(struct UsbEndpointDescriptor), source, USB_DDK_DT_ENDPOINT_AUDIO_SIZE); in ParseDescriptor()
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h207 struct UsbEndpointDescriptor { struct
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c312 struct UsbEndpointDescriptor *desc = (struct UsbEndpointDescriptor *)descBuff; in UsbFnCfgMgrParseEndpointDesc()
Dadapter_if.c1027 struct UsbEndpointDescriptor desc; in UsbFnAdapterGetPipeInfo()