Searched refs:opdlen (Results 1 – 2 of 2) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/ |
| A D | usbh_mtp_ptp.c | 284 void PTP_DecodeObjectPropDesc(USBH_Info_t *phost, PTP_ObjectPropDesc_t *opd, uint32_t opdlen) in PTP_DecodeObjectPropDesc() argument 294 PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType); in PTP_DecodeObjectPropDesc() 305 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.MinimumValue, opd->DataType); in PTP_DecodeObjectPropDesc() 306 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.MaximumValue, opd->DataType); in PTP_DecodeObjectPropDesc() 307 PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.StepSize, opd->DataType); in PTP_DecodeObjectPropDesc() 316 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Enum.SupportedValue[i], opd->DataType); in PTP_DecodeObjectPropDesc()
|
| A D | usbh_mtp_ptp.h | 748 void PTP_DecodeObjectPropDesc(USBH_Info_t *phost, PTP_ObjectPropDesc_t *opd, uint32_t opdlen);
|
Completed in 14 milliseconds