Home
last modified time | relevance | path

Searched refs:USB_REQUEST_TYPE_BULK (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h47 USB_REQUEST_TYPE_BULK = 2U, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h142 USB_REQUEST_TYPE_BULK = 2U, enumerator
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c475 case USB_REQUEST_TYPE_BULK: in OsSubmitBulkRequestHandleUrb()
1417 case USB_REQUEST_TYPE_BULK: in AdapterSubmitRequest()
1439 …if (!((request->requestType == USB_REQUEST_TYPE_BULK) && (request->reqStatus == USB_REQUEST_ERROR)… in AdapterCancelRequest()
1478 case USB_REQUEST_TYPE_BULK: in AdapterUrbCompleteHandle()
H A Dliteos_adapter.c580 case USB_REQUEST_TYPE_BULK: in OsSubmitBulkRequestHandleUrb()
1359 case USB_REQUEST_TYPE_BULK: in AdapterSubmitRequest()
1412 case USB_REQUEST_TYPE_BULK: in AdapterUrbCompleteHandle()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h277 USB_REQUEST_TYPE_BULK = 2U, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c211 g_uhe = usb_find_host_endpoint(g_fd, USB_REQUEST_TYPE_BULK, endPoint); in BeginProcess()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp446 …if (!((request->requestType == USB_REQUEST_TYPE_BULK) && (request->reqStatus == USB_REQUEST_ERROR)… in FuncAdapterCancelRequest()