Lines Matching refs:propcode
1661 ptp_getdevicepropdesc (PTPParams* params, uint16_t propcode, in ptp_getdevicepropdesc() argument
1669 PTP_CNT_INIT(ptp, PTP_OC_GetDevicePropDesc, propcode); in ptp_getdevicepropdesc()
1691 (x == propcode) in ptp_getdevicepropdesc()
1710 ptp_getdevicepropvalue (PTPParams* params, uint16_t propcode, in ptp_getdevicepropvalue() argument
1718 PTP_CNT_INIT(ptp, PTP_OC_GetDevicePropValue, propcode); in ptp_getdevicepropvalue()
1728 ptp_setdevicepropvalue (PTPParams* params, uint16_t propcode, in ptp_setdevicepropvalue() argument
1736 PTP_CNT_INIT(ptp, PTP_OC_SetDevicePropValue, propcode); in ptp_setdevicepropvalue()
2391 ptp_canon_eos_getdevicepropdesc (PTPParams* params, uint16_t propcode, in ptp_canon_eos_getdevicepropdesc() argument
2397 if (params->canon_props[i].proptype == propcode) in ptp_canon_eos_getdevicepropdesc()
2531 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype in ptp_canon_eos_setdevicepropvalue() argument
2541 if (params->canon_props[i].proptype == propcode) in ptp_canon_eos_setdevicepropvalue()
2546 switch (propcode) { in ptp_canon_eos_setdevicepropvalue()
2560 …ptp_debug (params, "ptp2/ptp_canon_eos_setdevicepropvalue: setting EOS prop %x to %s",propcode,val… in ptp_canon_eos_setdevicepropvalue()
2605 htod32a(&data[4], propcode); in ptp_canon_eos_setdevicepropvalue()
2920 ptp_sony_getdevicepropdesc (PTPParams* params, uint16_t propcode, PTPDevicePropDesc *dpd) in ptp_sony_getdevicepropdesc() argument
2927 PTP_CNT_INIT(ptp, PTP_OC_SONY_GetDevicePropdesc, propcode); in ptp_sony_getdevicepropdesc()
2956 uint16_t propcode; in ptp_sony_getalldevicepropdesc() local
2961 propcode = dpd.DevicePropertyCode; in ptp_sony_getalldevicepropdesc()
2964 if (params->deviceproperties[i].desc.DevicePropertyCode == propcode) in ptp_sony_getalldevicepropdesc()
2973 …ptp_debug (params, "ptp_sony_getalldevicepropdesc: %04x: value %d -> %d", propcode, params->device… in ptp_sony_getalldevicepropdesc()
3038 ptp_sony_setdevicecontrolvaluea (PTPParams* params, uint16_t propcode, in ptp_sony_setdevicecontrolvaluea() argument
3046 PTP_CNT_INIT(ptp, PTP_OC_SONY_SetControlDeviceA, propcode); in ptp_sony_setdevicecontrolvaluea()
3054 ptp_sony_setdevicecontrolvalueb (PTPParams* params, uint16_t propcode, in ptp_sony_setdevicecontrolvalueb() argument
3062 PTP_CNT_INIT(ptp, PTP_OC_SONY_SetControlDeviceB, propcode); in ptp_sony_setdevicecontrolvalueb()
3124 ptp_generic_getdevicepropdesc (PTPParams *params, uint16_t propcode, PTPDevicePropDesc *dpd) in ptp_generic_getdevicepropdesc() argument
3130 if (params->deviceproperties[i].desc.DevicePropertyCode == propcode) in ptp_generic_getdevicepropdesc()
3154 if (params->deviceproperties[i].desc.DevicePropertyCode == propcode) in ptp_generic_getdevicepropdesc()
3157 ptp_debug (params, "property 0x%04x not found?\n", propcode); in ptp_generic_getdevicepropdesc()
3168 CHECK_PTP_RC(ptp_sony_getdevicepropdesc (params, propcode, ¶ms->deviceproperties[i].desc)); in ptp_generic_getdevicepropdesc()
3178 CHECK_PTP_RC(ptp_getdevicepropdesc (params, propcode, ¶ms->deviceproperties[i].desc)); in ptp_generic_getdevicepropdesc()
3203 ptp_generic_setdevicepropvalue (PTPParams* params, uint16_t propcode, in ptp_generic_setdevicepropvalue() argument
3210 if (params->deviceproperties[i].desc.DevicePropertyCode == propcode) in ptp_generic_setdevicepropvalue()
3220 return ptp_sony_setdevicecontrolvaluea (params, propcode, value, datatype); in ptp_generic_setdevicepropvalue()
3221 return ptp_setdevicepropvalue (params, propcode, value, datatype); in ptp_generic_setdevicepropvalue()