Home | History | Annotate | Download | only in src

Lines Matching defs:out

505 	/* zero out response packet buffer */
1332 * Upon success : PTPObjectHandles *handles - filled out with handles
1362 * uint32_t *out
1372 ptp_canon_gettreeinfo (PTPParams* params, uint32_t *out)
1383 *out = ptp.Param1;
1418 * PTPCanon_directtransfer_entry **out
1433 unsigned char *out = NULL, *cur;
1440 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &out, &size);
1443 *cnt = dtoh32a(out);
1445 cur = out+4;
1452 free (out);
2899 {PTP_DPC_EK_VideoOut, N_("Video Out")},
3540 PTPDevicePropDesc *dpd, int length, char *out)
4109 {PTP_DPC_CANON_CameraOutput, PTP_VENDOR_CANON, 2, N_("Video OUT")},
4131 return snprintf(out, length,
4145 return snprintf(out, length, "%s", _(ptp_value_list[i].value));
4153 return snprintf(out, length, "%s", dpd->CurrentValue.str);
4158 out[i] = dpd->CurrentValue.a.v[i].u16;
4161 out[dpd->CurrentValue.a.count-1] = 0;
4164 out[length-1] = 0;