Home
last modified time | relevance | path

Searched refs:UsbRawFillControlSetup (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h446 int32_t UsbRawFillControlSetup(const unsigned char *setup, const struct UsbControlRequestData *requestData);
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c238 int32_t UsbRawFillControlSetup(const unsigned char *setup, const struct UsbControlRequestData *requestData) in UsbRawFillControlSetup() function
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_test.c1167 ret = UsbRawFillControlSetup(NULL, &ctrlReq); in CheckRawSdkIfFillControlSetup001()
1187 ret = UsbRawFillControlSetup(setup, NULL); in CheckRawSdkIfFillControlSetup002()
1206 ret = UsbRawFillControlSetup(NULL, NULL); in CheckRawSdkIfFillControlSetup003()
1241 ret = UsbRawFillControlSetup(setup, &ctrlReq); in CheckRawSdkIfFillControlSetup004()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.cpp1982 ret = UsbRawFillControlSetup(NULL, &ctrlReq); in HWTEST_F()
1997 ret = UsbRawFillControlSetup(setup, NULL); in HWTEST_F()
2011 ret = UsbRawFillControlSetup(NULL, NULL); in HWTEST_F()
2040 ret = UsbRawFillControlSetup(setup, &ctrlReq); in HWTEST_F()
H A Dusb_raw_sdk_if_test_io.cpp435 ret = UsbRawFillControlSetup(setup, &ctrlReq); in AcmRawFillCtrlReq()

Completed in 7 milliseconds