Home | History | Annotate | Download | only in src

Lines Matching refs:operation

118  * filled in (i.e. operation code and parameters). It's up to caller to do
391 * PTP operation functions
500 /* SessonID field of the operation dataset should always
1463 * This operation returns from the device a block of data, empty,
1775 * This operation is used to read from the device a data
1820 * This operation can be used to read the image which is currently
1822 * Of course, prior to calling this operation, one must turn the viewfinder
1824 * Invoking this operation many times, one can get live video from the camera!
1851 * This is an interesting operation, about the effect of which I am not sure.
1853 * with the SetDevicePropValue operation, and after some other operations.
1854 * This operation reads the array of Device Properties which have been changed
1855 * by the previous operation.
1856 * Probably, this operation is even required to make those changes work.
2647 ptp_operation_issupported(PTPParams* params, uint16_t operation)
2652 if (params->deviceinfo.OperationsSupported[i]==operation)
2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")},