Home
last modified time | relevance | path

Searched refs:bEndpointAddress (Results 1 - 20 of 20) 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,
123 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
144 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN,
153 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN,
161 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
183 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN,
191 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
/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,
115 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
136 .bEndpointAddress = EP_ADD_NOTIFY | USB_DDK_DIR_IN,
145 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN,
153 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
175 .bEndpointAddress = EP_ADD_DATA_IN | USB_DDK_DIR_IN,
183 .bEndpointAddress = EP_ADD_DATA_OUT | USB_DDK_DIR_OUT,
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c102 pipe->info.pipeId = ep->endpointDescriptor.bEndpointAddress; in UsbPipeInit()
106 pipe->info.pipeAddress = ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_NUMBER_MASK; in UsbPipeInit()
107 pipe->info.pipeDirection = ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK; in UsbPipeInit()
/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()
237 acm->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
247 acm->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
270 acm->notifyEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptorProcess()
/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()
242 acm->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbSpeedGetBulkEndpoint()
252 acm->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbSpeedGetBulkEndpoint()
276 acm->notifyEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbSpeedParaseInterfaceClass()
/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h173 uint8_t bEndpointAddress; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h188 uint8_t bEndpointAddress; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c279 acm->notifyEp.addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in AcmParaseInterfaceClass()
289 if ((endPoint->endpointDescriptor.bEndpointAddress in AcmParaseInterfaceClass()
291 acm->dataInEp.addr = endPoint->endpointDescriptor.bEndpointAddress; in AcmParaseInterfaceClass()
295 acm->dataOutEp.addr = endPoint->endpointDescriptor.bEndpointAddress; in AcmParaseInterfaceClass()
/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()
82 (*ppUsbNet)->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
94 (*ppUsbNet)->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
119 (*ppUsbNet)->statusEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptorProcess()
H A Dusb_net_host.c862 HARCH_INFO_PRINT("bEndpointAddress = %{public}d", in UsbnetHostPrintConfigDescriptor()
863 tmpConfig->interface[i]->altsetting[j].endPoint[k].endpointDescriptor.bEndpointAddress); in UsbnetHostPrintConfigDescriptor()
/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()
185 acm->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
195 acm->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbGetBulkEndpoint()
218 acm->notifyEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp278 acm->notifyEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
288 if ((endPoint->endpointDescriptor.bEndpointAddress \ in UsbParseConfigDescriptor()
295 acm->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
304 acm->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp329 acm->notifyEp->addr = interface->altsetting->endPoint[0].endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
339 if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbParseConfigDescriptor()
345 acm->dataInEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
354 acm->dataOutEp->addr = endPoint->endpointDescriptor.bEndpointAddress; in UsbParseConfigDescriptor()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_parse_interface.c585 fp->endpoint = epDesc->bEndpointAddress; in AudioUsbFormatInit()
783 ep = epDesc->bEndpointAddress; in AudioUsbV1SetSampleRate()
899 if (epDesc->bEndpointAddress & USB_DIR_IN) { in AudioUsbGetFormatSub()
H A Daudio_usb_dma_ops.c330 *epNum = epDesc->bEndpointAddress; in AudioUsbGetEndpoint()
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h210 uint8_t bEndpointAddress; member
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp48 return (((epDesc.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) && in IsInterruptInEndpoint()
64 epDesc[epIdx].endpointDescriptor.bEndpointAddress, epDesc[epIdx].endpointDescriptor.wMaxPacketSize }; in FindForEachInterface()
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c1042 if (desc.bEndpointAddress & 0x80) { in UsbFnAdapterGetPipeInfo()
H A Dadapter_if_liteos.c768 if (desc.bEndpointAddress & 0x80) { in UsbFnAdapterGetPipeInfo()
H A Dusbfn_cfg_mgr.c316 drsOps->GetUint8(node, ENDPOINT_ADDRESS, &desc->bEndpointAddress, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseEndpointDesc()

Completed in 28 milliseconds