Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
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/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h128 uint8_t bmAttributes; member
175 uint8_t bmAttributes; member
/drivers/peripheral/usb/test/unittest/device_sdk/
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/peripheral/usb/hdi_service/include/
Dusbd_type.h169 uint8_t bmAttributes; member
189 uint8_t bmAttributes; member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
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/
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()
Daudio_usb_dma_ops.c319 if ((epDesc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC) { in AudioUsbGetEndpoint()
328 … audioUsbFormat->iface, audioUsbFormat->altsetting, epDesc->bmAttributes, epDesc->bLength, in AudioUsbGetEndpoint()
391 implicitFb = (epDesc->bmAttributes & USB_ENDPOINT_USAGE_MASK) == USB_ENDPOINT_USAGE_IMPLICIT_FB; in AudioUsbSetSyncEndpoint()
/drivers/peripheral/usb/ddk/host/src/
Dusb_protocol.c122 pipe->info.pipeType = ep->endpointDescriptor.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK; in UsbPipeInit()
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c316 drsOps->GetUint8(node, ENDPOINT_MATTR, &desc->bmAttributes, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseEndpointDesc()
391 drsOps->GetUint8(node, SS_EP_COMP_MTTRIBUTE, &desc->bmAttributes, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseSsEndpointDesc()
441 drsOps->GetUint8(node, OTG_MTTRIBUTE, &desc->bmAttributes, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseOtgDesc()
Dadapter_if_liteos.c211 cfgDesc->bmAttributes = usbFnConfig->attributes; in UsbFnAdapterFillConfigDesc()
754 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
Dadapter_if.c1034 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()