Home
last modified time | relevance | path

Searched refs:USB_DDK_DIR_IN (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp107 .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 Dusb_device_lite_cdcacm_test.c99 .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 Dusb_ddk.h369 #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 Drndis_rawapi.c75 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 Dusbhost_sdkraw_speed.c230 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 Dusbhost_sdkraw_speed.c235 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 Dusb_raw_io.c290 & 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 Dusb_ddk_ndk_test.cpp31 #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 Dusbfn_mtp_impl.cpp478 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 Dusb_serial_rawapi.c178 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbGetBulkEndpoint()
/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()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1255 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in AcmSendNotifyRequest()

Completed in 29 milliseconds