Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp108 .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 Dusb_ddk_types.h128 uint8_t bmAttributes; member
175 uint8_t bmAttributes; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h169 uint8_t bmAttributes; member
189 uint8_t bmAttributes; member
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h185 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 Dusb_device_lite_cdcacm_test.c100 .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 Daudio_usb_parse_interface.c171 *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 Daudio_usb_dma_ops.c319 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 Dusb_protocol.c105 pipe->info.pipeType = ep->endpointDescriptor.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK; in UsbPipeInit()
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if_liteos.c214 cfgDesc->bmAttributes = usbFnConfig->attributes; in UsbFnAdapterFillConfigDesc()
766 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
H A Dusbfn_cfg_mgr.c317 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 Dadapter_if.c751 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 Dusb_net_host.c864 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 Dusb_ddk_ndk_test.cpp49 ((epDesc.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK) == USB_DDK_ENDPOINT_XFER_INT)); in IsInterruptInEndpoint()

Completed in 19 milliseconds