Lines Matching refs:property
850 /* Device Property pack/unpack */
931 /* Device Property pack/unpack */
1294 packedpropsids[noitems]=propitr->property;
1299 /* Add each property to be sent. */
1306 /* Allocate memory for the packed property list */
1321 /* The copy the actual property */
1359 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count);
1370 props[i].property = dtoh16a(data);
1380 ptp_debug (params ,"unpacking DPV of property %d encountered insufficient buffer. attack?", i);
1579 ptp_debug (params, "parsing EOS ImageFormat property failed (n != 1 && n != 2: %d)", n);
1585 ptp_debug (params, "parsing EOS ImageFormat property failed (l != 0x10: 0x%x)", l);
1596 ptp_debug (params, "parsing EOS ImageFormat property failed (l != 0x10: 0x%x)", l);
1793 #define PTP_ece_Prop_Desc_Type 0xc /* only for property descs */
1794 #define PTP_ece_Prop_Desc_Count 0x10 /* only for property descs */
1795 #define PTP_ece_Prop_Desc_Data 0x14 /* only for property descs */
1961 case PTP_EC_CANON_EOS_AvailListChanged: { /* property desc */
2050 if (size >= 0xc) { /* property info */
2190 ptp_debug (params, "event %d: Unknown EOS property %04x, datasize is %d, using uint16", i ,proptype, size-PTP_ece_Prop_Val_Data);
2206 ptp_debug (params, "event %d: Unknown EOS property %04x, datasize is %d, using uint8", i ,proptype, size-PTP_ece_Prop_Val_Data);
2232 ptp_debug (params, "event %d: Unknown EOS property %04x, datasize is %d, using uint32", i ,proptype, size-PTP_ece_Prop_Val_Data);
2247 ptp_debug (params, "event %d: Unknown EOS property %04x, datasize is %d", i ,proptype, size-PTP_ece_Prop_Val_Data);