Lines Matching full:operation
27 * @notify: notify operation called by some sub-devices.
274 * __v4l2_device_call_subdevs_p - Calls the specified operation for
283 * @f: operation function that will be called if @cond matches.
284 * The operation functions are defined in groups, according to
301 * __v4l2_device_call_subdevs - Calls the specified operation for
308 * @f: operation function that will be called if @cond matches.
309 * The operation functions are defined in groups, according to
327 * __v4l2_device_call_subdevs_until_err_p - Calls the specified operation for
336 * @f: operation function that will be called if @cond matches.
337 * The operation functions are defined in groups, according to
343 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
364 * __v4l2_device_call_subdevs_until_err - Calls the specified operation for
371 * @f: operation function that will be called if @cond matches.
372 * The operation functions are defined in groups, according to
378 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
393 * v4l2_device_call_all - Calls the specified operation for
402 * @f: operation function that will be called if @cond matches.
403 * The operation functions are defined in groups, according to
422 * v4l2_device_call_until_err - Calls the specified operation for
431 * @f: operation function that will be called if @cond matches.
432 * The operation functions are defined in groups, according to
438 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
454 * v4l2_device_mask_call_all - Calls the specified operation for
462 * @f: operation function that will be called if @cond matches.
463 * The operation functions are defined in groups, according to
482 * v4l2_device_mask_call_until_err - Calls the specified operation for
490 * @f: operation function that will be called if @cond matches.
491 * The operation functions are defined in groups, according to
497 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
522 * @f: operation function that will be called if @cond matches.
523 * The operation functions are defined in groups, according to
550 * @f: operation function that will be called if @cond matches.
551 * The operation functions are defined in groups, according to