Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 - 19 of 19) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h179 uint8_t bInterval; member
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_validate_desc.c228 if (epDesc->bInterval >= AUDIO_USB_INTERVAL_LEN_1 && epDesc->bInterval <= AUDIO_USB_INTERVAL_LEN_4) { in AudioUsbParseDataInterval()
229 return epDesc->bInterval - AUDIO_USB_INTERVAL_LEN_1; in AudioUsbParseDataInterval()
H A Daudio_usb_dma_ops.c244 } else if (epDesc->bInterval >= SYNC_INTERVAL_1 && epDesc->bInterval <= SYNC_INTERVAL_16) { in AudioUsbEndpointInit()
245 ep->syncInterval = epDesc->bInterval - SYNC_INTERVAL_1; in AudioUsbEndpointInit()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h191 uint8_t bInterval; member
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c238 acm->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
248 acm->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
271 acm->notifyEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c243 acm->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbSpeedGetBulkEndpoint()
253 acm->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbSpeedGetBulkEndpoint()
277 acm->notifyEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbSpeedParaseInterfaceClass()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c280 acm->notifyEp.interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in AcmParaseInterfaceClass()
292 acm->dataInEp.interval = endPoint->endpointDescriptor.bInterval; in AcmParaseInterfaceClass()
296 acm->dataOutEp.interval = endPoint->endpointDescriptor.bInterval; in AcmParaseInterfaceClass()
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c83 (*ppUsbNet)->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
95 (*ppUsbNet)->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
120 (*ppUsbNet)->statusEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbParseConfigDescriptorProcess()
H A Dusb_net_host.c868 HARCH_INFO_PRINT("bInterval = %{public}d", in UsbnetHostPrintConfigDescriptor()
869 tmpConfig->interface[i]->altsetting[j].endPoint[k].endpointDescriptor.bInterval); in UsbnetHostPrintConfigDescriptor()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp110 .bInterval = ACM_NOTIFY_INTERVAL,
147 .bInterval = ACM_HS_NOTIFY_INTERVAL,
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c104 pipe->info.interval = ep->endpointDescriptor.bInterval; in UsbPipeInit()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c186 acm->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
196 acm->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbGetBulkEndpoint()
219 acm->notifyEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp279 acm->notifyEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
296 acm->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
305 acm->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp330 acm->notifyEp->interval = interface->altsetting->endPoint[0].endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
346 acm->dataInEp->interval = endPoint->endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
355 acm->dataOutEp->interval = endPoint->endpointDescriptor.bInterval; in UsbParseConfigDescriptor()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c102 .bInterval = ACM_NOTIFY_INTERVAL,
139 .bInterval = ACM_HS_NOTIFY_INTERVAL,
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h213 uint8_t bInterval; member
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c1047 pipeInfo->interval = desc.bInterval; in UsbFnAdapterGetPipeInfo()
H A Dadapter_if_liteos.c773 pipeInfo->interval = desc.bInterval; in UsbFnAdapterGetPipeInfo()
H A Dusbfn_cfg_mgr.c319 drsOps->GetUint8(node, ENDPOINT_INTERVAL, &desc->bInterval, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseEndpointDesc()

Completed in 25 milliseconds