Lines Matching full:operation

29  * @notify: notify operation called by some sub-devices.
273 * __v4l2_device_call_subdevs_p - Calls the specified operation for
282 * @f: operation function that will be called if @cond matches.
283 * The operation functions are defined in groups, according to
300 * __v4l2_device_call_subdevs - Calls the specified operation for
307 * @f: operation function that will be called if @cond matches.
308 * The operation functions are defined in groups, according to
326 * __v4l2_device_call_subdevs_until_err_p - Calls the specified operation for
335 * @f: operation function that will be called if @cond matches.
336 * The operation functions are defined in groups, according to
342 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
363 * __v4l2_device_call_subdevs_until_err - Calls the specified operation for
370 * @f: operation function that will be called if @cond matches.
371 * The operation functions are defined in groups, according to
377 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
392 * v4l2_device_call_all - Calls the specified operation for
401 * @f: operation function that will be called if @cond matches.
402 * The operation functions are defined in groups, according to
421 * v4l2_device_call_until_err - Calls the specified operation for
430 * @f: operation function that will be called if @cond matches.
431 * The operation functions are defined in groups, according to
437 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
453 * v4l2_device_mask_call_all - Calls the specified operation for
461 * @f: operation function that will be called if @cond matches.
462 * The operation functions are defined in groups, according to
481 * v4l2_device_mask_call_until_err - Calls the specified operation for
489 * @f: operation function that will be called if @cond matches.
490 * The operation functions are defined in groups, according to
496 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
521 * @f: operation function that will be called if @cond matches.
522 * The operation functions are defined in groups, according to
549 * @f: operation function that will be called if @cond matches.
550 * The operation functions are defined in groups, according to