Searched refs:PTP_GetDevicePropValue (Results 1 – 2 of 2) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/ |
| A D | usbh_mtp_ptp.c | 34 void PTP_GetDevicePropValue(USBH_Info_t *phost, uint32_t *offset, uint32_t total, PTP_PropertyValue… in PTP_GetDevicePropValue() function 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() 369 PTP_GetDevicePropValue(phost, &offset, len, &props[i].propval, props[i].datatype); in PTP_DecodeObjectPropList()
|
| A D | usbh_mtp_ptp.h | 735 void PTP_GetDevicePropValue(USBH_Info_t *phost, uint32_t *offset, uint32_t total, PTP_PropertyValue…
|
Completed in 8 milliseconds