/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 108 .bmAttributes = USB_DDK_ENDPOINT_XFER_INT, 117 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 124 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 145 .bmAttributes = USB_DDK_ENDPOINT_XFER_INT, 154 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 162 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 184 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 192 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK,
|
/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 128 uint8_t bmAttributes; member 175 uint8_t bmAttributes; member
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 169 uint8_t bmAttributes;
member 189 uint8_t bmAttributes;
member
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 185 uint8_t bmAttributes;
member 211 uint8_t bmAttributes;
member 229 uint8_t bmAttributes;
member 248 uint8_t bmAttributes;
member 254 uint8_t bmAttributes;
member
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 100 .bmAttributes = USB_DDK_ENDPOINT_XFER_INT, 109 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 116 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 137 .bmAttributes = USB_DDK_ENDPOINT_XFER_INT, 146 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 154 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 176 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK, 184 .bmAttributes = USB_DDK_ENDPOINT_XFER_BULK,
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_parse_interface.c | 171 *attributes = csep->bmAttributes; in ParseUacEndpointAttr() 178 *attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX; in ParseUacEndpointAttr() 586 fp->epAttr = epDesc->bmAttributes; in AudioUsbFormatInit() 967 if ((epDesc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC) { in AudioUsbSetFormat()
|
H A D | audio_usb_dma_ops.c | 319 epTypeIsoc = ((epDesc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC); in AudioUsbGetEndpoint() 322 AUDIO_DEVICE_LOG_ERR("%d:%d : invalid sync pipe. bmAttributes %02x, bLength %d, bSynchAddress %02x\n", in AudioUsbGetEndpoint() 323 audioUsbFormat->iface, audioUsbFormat->altsetting, epDesc->bmAttributes, epDesc->bLength, in AudioUsbGetEndpoint() 380 implicitFb = (epDesc->bmAttributes & USB_ENDPOINT_USAGE_MASK) == USB_ENDPOINT_USAGE_IMPLICIT_FB; in AudioUsbSetSyncEndpoint()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 105 pipe->info.pipeType = ep->endpointDescriptor.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK; in UsbPipeInit()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | adapter_if_liteos.c | 214 cfgDesc->bmAttributes = usbFnConfig->attributes; in UsbFnAdapterFillConfigDesc() 766 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
|
H A D | usbfn_cfg_mgr.c | 317 drsOps->GetUint8(node, ENDPOINT_MATTR, &desc->bmAttributes, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseEndpointDesc() 392 drsOps->GetUint8(node, SS_EP_COMP_MTTRIBUTE, &desc->bmAttributes, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseSsEndpointDesc() 442 drsOps->GetUint8(node, OTG_MTTRIBUTE, &desc->bmAttributes, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseOtgDesc()
|
H A D | adapter_if.c | 751 ret = snprintf_s(tmp, MAX_PATHLEN, MAX_PATHLEN - 1, "%s/bmAttributes", configName); in WriteConfPowerAttributes() 1040 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 864 HARCH_INFO_PRINT("bmAttributes = %{public}d", in UsbnetHostPrintConfigDescriptor() 865 tmpConfig->interface[i]->altsetting[j].endPoint[k].endpointDescriptor.bmAttributes); in UsbnetHostPrintConfigDescriptor()
|
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 49 ((epDesc.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK) == USB_DDK_ENDPOINT_XFER_INT)); in IsInterruptInEndpoint()
|