Home
last modified time | relevance | path

Searched refs:UsbEndpoint (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h91 struct UsbEndpoint { struct
102 struct UsbEndpoint *notifyEp;
103 struct UsbEndpoint *dataInEp;
104 struct UsbEndpoint *dataOutEp;
105 struct UsbEndpoint *dataEp;
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h86 struct UsbEndpoint { struct
97 struct UsbEndpoint *notifyEp;
98 struct UsbEndpoint *dataInEp;
99 struct UsbEndpoint *dataOutEp;
100 struct UsbEndpoint *dataEp;
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h101 struct UsbEndpoint { struct
112 struct UsbEndpoint *notifyEp;
113 struct UsbEndpoint *dataInEp;
114 struct UsbEndpoint *dataOutEp;
/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h63 struct UsbEndpoint { struct
93 struct UsbEndpoint *statusEp;
94 struct UsbEndpoint *dataInEp;
95 struct UsbEndpoint *dataOutEp;
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h77 struct UsbEndpoint { struct
88 struct UsbEndpoint *notifyEp;
89 struct UsbEndpoint *dataInEp;
90 struct UsbEndpoint *dataOutEp;
H A Dusb_raw_sdk_if_test_io.cpp272 acm->notifyEp = (struct UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
290 acm->dataInEp = (struct UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
299 acm->dataOutEp = (struct UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp323 acm->notifyEp = (UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
340 acm->dataInEp = (UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
349 acm->dataOutEp = (UsbEndpoint *)OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptor()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h210 struct UsbEndpoint { struct
221 struct UsbEndpoint notifyEp;
222 struct UsbEndpoint dataInEp;
223 struct UsbEndpoint dataOutEp;
224 struct UsbEndpoint isoEp;
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c232 acm->dataInEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
242 acm->dataOutEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
264 acm->notifyEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c237 acm->dataInEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbSpeedGetBulkEndpoint()
247 acm->dataOutEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbSpeedGetBulkEndpoint()
270 acm->notifyEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbSpeedParaseInterfaceClass()
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c77 (*ppUsbNet)->dataInEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
89 (*ppUsbNet)->dataOutEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
113 (*ppUsbNet)->statusEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c180 acm->dataInEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
190 acm->dataOutEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbGetBulkEndpoint()
212 acm->notifyEp = OsalMemAlloc(sizeof(struct UsbEndpoint)); in UsbParseConfigDescriptorProcess()

Completed in 13 milliseconds