Lines Matching full:operation

29  * @notify: notify operation called by some sub-devices.
231 * __v4l2_device_call_subdevs_p - Calls the specified operation for
240 * @f: operation function that will be called if @cond matches.
241 * The operation functions are defined in groups, according to
258 * __v4l2_device_call_subdevs - Calls the specified operation for
265 * @f: operation function that will be called if @cond matches.
266 * The operation functions are defined in groups, according to
284 * __v4l2_device_call_subdevs_until_err_p - Calls the specified operation for
293 * @f: operation function that will be called if @cond matches.
294 * The operation functions are defined in groups, according to
300 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
321 * __v4l2_device_call_subdevs_until_err - Calls the specified operation for
328 * @f: operation function that will be called if @cond matches.
329 * The operation functions are defined in groups, according to
335 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
350 * v4l2_device_call_all - Calls the specified operation for
359 * @f: operation function that will be called if @cond matches.
360 * The operation functions are defined in groups, according to
379 * v4l2_device_call_until_err - Calls the specified operation for
388 * @f: operation function that will be called if @cond matches.
389 * The operation functions are defined in groups, according to
395 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
411 * v4l2_device_mask_call_all - Calls the specified operation for
419 * @f: operation function that will be called if @cond matches.
420 * The operation functions are defined in groups, according to
439 * v4l2_device_mask_call_until_err - Calls the specified operation for
447 * @f: operation function that will be called if @cond matches.
448 * The operation functions are defined in groups, according to
454 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
479 * @f: operation function that will be called if @cond matches.
480 * The operation functions are defined in groups, according to
507 * @f: operation function that will be called if @cond matches.
508 * The operation functions are defined in groups, according to