Searched refs:bmAttributes (Results 1 – 11 of 11) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/common/ |
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/external_device_manager/interfaces/ddk/usb/ |
D | usb_ddk_types.h | 128 uint8_t bmAttributes; member 175 uint8_t bmAttributes; member
|
/drivers/peripheral/usb/test/unittest/device_sdk/ |
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/peripheral/usb/hdi_service/include/ |
D | usbd_type.h | 169 uint8_t bmAttributes; member 189 uint8_t bmAttributes; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
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/ |
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()
|
D | audio_usb_dma_ops.c | 319 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/ |
D | usb_protocol.c | 122 pipe->info.pipeType = ep->endpointDescriptor.bmAttributes & USB_DDK_ENDPOINT_XFERTYPE_MASK; in UsbPipeInit()
|
/drivers/peripheral/usb/ddk/device/src/ |
D | usbfn_cfg_mgr.c | 316 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()
|
D | adapter_if_liteos.c | 211 cfgDesc->bmAttributes = usbFnConfig->attributes; in UsbFnAdapterFillConfigDesc() 754 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
|
D | adapter_if.c | 1034 pipeInfo->type = desc.bmAttributes; in UsbFnAdapterGetPipeInfo()
|