Searched defs:AcmDevice (Results 1 – 12 of 12) sorted by relevance
92 struct AcmDevice { struct93 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 …]
89 struct AcmDevice { struct90 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 …]
92 struct AcmDevice { struct93 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 …]
77 struct AcmDevice { struct78 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 …]
83 struct AcmDevice { struct84 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 …]
95 struct AcmDevice { struct96 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 …]
97 struct AcmDevice { struct98 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 …]
99 struct AcmDevice { struct100 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 …]
107 struct AcmDevice { struct108 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 …]
85 struct AcmDevice { struct86 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 …]
93 struct AcmDevice { struct94 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 …]
159 struct AcmDevice { struct160 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 …]