Searched refs:USB_DDK_DIR_IN (Results 1 - 13 of 13) sorted by relevance
/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 107 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN, 116 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 144 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN, 153 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 183 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 461 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 99 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN, 108 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 136 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN, 145 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 175 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN, 448 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 369 #define USB_DDK_DIR_IN 0x80
macro 550 return ((ep & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN);
in UsbEndpointDirIn()
|
/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 75 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbGetBulkEndpoint() 303 cmdParam.reqtype = USB_DDK_DIR_IN|USB_DDK_TYPE_CLASS|USB_DDK_RECIP_INTERFACE; in HostRndisCommand()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkraw_speed.c | 230 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbGetBulkEndpoint()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkraw_speed.c | 235 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbSpeedGetBulkEndpoint()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_raw_io.c | 290 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in AcmParaseInterfaceClass()
|
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 31 #define USB_DDK_DIR_IN 0x80 macro 48 return (((epDesc.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) && in IsInterruptInEndpoint()
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_impl.cpp | 478 uint8_t mtpOsStringReqType = (USB_DDK_DIR_IN | USB_DDK_TYPE_STANDARD | USB_DDK_RECIP_DEVICE); in UsbMtpDeviceStandardRequest() 532 if (setup->request == USB_MTP_BMS_VENDORCODE && (setup->reqType & USB_DDK_DIR_IN) && in UsbMtpDeviceVendorRequest()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 178 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbGetBulkEndpoint()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test_io.cpp | 289 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbParseConfigDescriptor()
|
H A D | usb_raw_sdk_if_test.cpp | 339 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbParseConfigDescriptor()
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1255 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in AcmSendNotifyRequest()
|
Completed in 29 milliseconds