Home
last modified time | relevance | path

Searched defs:AcmDevice (Results 1 – 12 of 12) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/include/
Dusbhost_sdkapi_speed.h92 struct AcmDevice { struct
93 struct IDeviceIoService service;
94 struct HdfDeviceObject *device;
95 struct UsbInterface *ctrIface;
96 struct UsbPipeInfo *ctrPipe;
97 struct UsbPipeInfo *intPipe;
98 struct UsbPipeInfo *dataInPipe;
99 struct UsbPipeInfo *dataOutPipe;
100 struct UsbPipeInfo *dataPipe;
101 struct AcmDb db[TEST_CYCLE];
[all …]
Dusbhost_nosdk_speed.h89 struct AcmDevice { struct
90 struct IDeviceIoService service;
91 struct HdfDeviceObject *device;
92 struct UsbInterface *ctrIface;
93 struct UsbPipeInfo *ctrPipe;
94 struct UsbPipeInfo *intPipe;
95 struct UsbPipeInfo *dataInPipe;
96 struct UsbPipeInfo *dataOutPipe;
97 struct UsbPipeInfo *dataPipe;
98 struct AcmDb db[TEST_CYCLE];
[all …]
Dusbhost_sdkraw_speed.h92 struct AcmDevice { struct
93 struct IDeviceIoService service;
94 struct HdfDeviceObject *device;
95 uint8_t ctrlIface;
96 uint8_t dataIface;
97 struct UsbEndpoint *notifyEp;
98 struct UsbEndpoint *dataInEp;
99 struct UsbEndpoint *dataOutEp;
100 struct UsbEndpoint *dataEp;
101 struct UsbRawConfigDescriptor *config;
[all …]
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test.h77 struct AcmDevice { struct
78 struct IDeviceIoService service;
79 struct HdfDeviceObject *device;
80 struct UsbInterface *ctrIface;
81 struct UsbInterface *intIface;
82 struct UsbInterface *dataIface;
83 struct UsbPipeInfo *ctrPipe;
84 struct UsbPipeInfo *intPipe;
85 struct UsbPipeInfo *dataInPipe;
86 struct UsbPipeInfo *dataOutPipe;
[all …]
Dusb_raw_sdk_if_test.h83 struct AcmDevice { struct
84 struct IDeviceIoService service;
85 struct HdfDeviceObject *device;
86 uint8_t ctrlIface;
87 uint8_t dataIface;
88 struct UsbEndpoint *notifyEp;
89 struct UsbEndpoint *dataInEp;
90 struct UsbEndpoint *dataOutEp;
91 struct UsbRawConfigDescriptor *config;
92 struct AcmWb wb[ACM_NW];
[all …]
/drivers/peripheral/usb/sample/host/include/
Dusbhost_sdkapi_speed.h95 struct AcmDevice { struct
96 struct IDeviceIoService service;
97 struct HdfDeviceObject *device;
98 struct UsbInterface *ctrIface;
99 struct UsbPipeInfo *ctrPipe;
100 struct UsbPipeInfo *intPipe;
101 struct UsbPipeInfo *dataInPipe;
102 struct UsbPipeInfo *dataOutPipe;
103 struct UsbPipeInfo *dataPipe;
104 struct AcmDb db[TEST_CYCLE];
[all …]
Dusbhost_sdkraw_speed.h97 struct AcmDevice { struct
98 struct IDeviceIoService service;
99 struct HdfDeviceObject *device;
100 uint8_t ctrlIface;
101 uint8_t dataIface;
102 struct UsbEndpoint *notifyEp;
103 struct UsbEndpoint *dataInEp;
104 struct UsbEndpoint *dataOutEp;
105 struct UsbEndpoint *dataEp;
106 struct UsbRawConfigDescriptor *config;
[all …]
/drivers/peripheral/usb/serial/include/
Dusb_serial.h99 struct AcmDevice { struct
100 struct IDeviceIoService service;
101 struct HdfDeviceObject *device;
102 struct UsbInterface *ctrIface;
103 struct UsbPipeInfo *ctrPipe;
104 struct UsbPipeInfo *intPipe;
105 struct UsbPipeInfo *dataInPipe;
106 struct UsbPipeInfo *dataOutPipe;
107 struct AcmWb wb[ACM_NW];
108 struct AcmRb rb[ACM_NR];
[all …]
Dusb_serial_rawapi.h107 struct AcmDevice { struct
108 struct IDeviceIoService service;
109 struct HdfDeviceObject *device;
110 uint8_t ctrlIface;
111 uint8_t dataIface;
112 struct UsbEndpoint *notifyEp;
113 struct UsbEndpoint *dataInEp;
114 struct UsbEndpoint *dataOutEp;
115 struct UsbRawConfigDescriptor *config;
116 struct AcmWb wb[ACM_NW];
[all …]
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
Dusb_device_lite_cdcacm_test.h85 struct AcmDevice { struct
86 struct UsbFnDevice *fnDev;
87 struct AcmInterface ctrlIface;
88 struct AcmInterface dataIface;
89 struct AcmPipe notifyPipe;
90 struct AcmPipe dataInPipe;
91 struct AcmPipe dataOutPipe;
92 struct DListHead ctrlPool;
93 int32_t ctrlReqNum;
94 struct UsbFnRequest *notifyReq;
[all …]
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.h93 struct AcmDevice { struct
94 struct UsbFnDevice *fnDev;
95 struct AcmInterface ctrlIface;
96 struct AcmInterface dataIface;
97 struct AcmPipe notifyPipe;
98 struct AcmPipe dataInPipe;
99 struct AcmPipe dataOutPipe;
100 struct DListHead ctrlPool;
101 int32_t ctrlReqNum;
102 struct UsbFnRequest *notifyReq;
[all …]
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
Dusb_test.h159 struct AcmDevice { struct
160 struct IDeviceIoService service;
161 struct HdfDeviceObject *device;
162 struct UsbInterface *ctrIface;
163 struct UsbInterface *intIface;
164 struct UsbInterface *dataIface;
165 struct UsbPipeInfo *ctrPipe;
166 struct UsbPipeInfo *intPipe;
167 struct UsbPipeInfo *dataInPipe;
168 struct UsbPipeInfo *dataOutPipe;
[all …]