Home
last modified time | relevance | path

Searched refs:USB_DDK_ENDPOINT_DIR_MASK (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h367 #define USB_DDK_ENDPOINT_DIR_MASK 0x80 macro
550 return ((ep & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN); in UsbEndpointDirIn()
563 return ((ep & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_OUT); in UsbEndpointDirOut()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c107 pipe->info.pipeDirection = ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK; in UsbPipeInit()
H A Dusb_raw_api_library.c676 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_IN) { in ControlRequestCompletion()
1125 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_OUT) { in RawSendControlRequest()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c235 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbSpeedGetBulkEndpoint()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c230 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp30 #define USB_DDK_ENDPOINT_DIR_MASK 0x80 macro
48 return (((epDesc.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) && in IsInterruptInEndpoint()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c60 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c290 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in AcmParaseInterfaceClass()
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp289 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp339 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbParseConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c178 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()