Home
last modified time | relevance | path

Searched refs:USB_PIPE_DIR_OFFSET (Results 1 - 19 of 19) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h47 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusbhost_sdkraw_speed.h44 #define USB_PIPE_DIR_OFFSET 7 macro
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h47 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusbhost_nosdk_speed.h48 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusbhost_sdkraw_speed.h44 #define USB_PIPE_DIR_OFFSET 7 macro
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h30 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusb_serial.h33 #define USB_PIPE_DIR_OFFSET 7 macro
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h36 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusbd_dispatcher.h29 #define USB_PIPE_DIR_OFFSET 7 macro
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h51 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusb_host_sdk_if_test_io.cpp30 #define USB_PIPE_DIR_OFFSET 7 macro
283 intParmas.dataReq.directon = (UsbRequestDirection)((g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) \ in AcmFillIntRequest()
H A Dusb_host_sdk_if_test.cpp30 #define USB_PIPE_DIR_OFFSET 7 macro
1401 (UsbRequestDirection)((g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & DIRECTION_MASK); in HWTEST_F()
1531 (UsbRequestDirection)((g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & DIRECTION_MASK); in HWTEST_F()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h129 #define USB_PIPE_DIR_OFFSET 7 macro
H A Dusb_raw_test.h169 #define USB_PIPE_DIR_OFFSET 7 macro
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c436 parmas.dataReq.directon = (((uint8_t)g_acm->dataPipe->pipeDirection) >> USB_PIPE_DIR_OFFSET) & 0x1; in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c402 parmas.dataReq.directon = (acm->dataPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1; in FillRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c1276 (UsbRequestDirection)(((uint32_t)g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & DIRECTION_MASK); in CheckHostSdkIfFillRequest003()
1429 (UsbRequestDirection)(((uint32_t)g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & DIRECTION_MASK); in CheckHostSdkIfFillRequest007()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp720 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1); in FillReqAyncParams()
1439 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1); in UsbdBulkASyncReqFillParams()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1467 readParmas.dataReq.directon = (((uint8_t)acm->dataInPipe->pipeDirection) >> USB_PIPE_DIR_OFFSET) & 0x1; in AcmAllocReadRequests()
1499 intParmas.dataReq.directon = (((uint8_t)acm->intPipe->pipeDirection) >> USB_PIPE_DIR_OFFSET) & DIRECTION_MASK; in AcmAllocNotifyRequest()

Completed in 18 milliseconds