Lines Matching full:operation

27  * @notify: notify operation called by some sub-devices.
271 * __v4l2_device_call_subdevs_p - Calls the specified operation for
280 * @f: operation function that will be called if @cond matches.
281 * The operation functions are defined in groups, according to
298 * __v4l2_device_call_subdevs - Calls the specified operation for
305 * @f: operation function that will be called if @cond matches.
306 * The operation functions are defined in groups, according to
324 * __v4l2_device_call_subdevs_until_err_p - Calls the specified operation for
333 * @f: operation function that will be called if @cond matches.
334 * The operation functions are defined in groups, according to
340 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
361 * __v4l2_device_call_subdevs_until_err - Calls the specified operation for
368 * @f: operation function that will be called if @cond matches.
369 * The operation functions are defined in groups, according to
375 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
390 * v4l2_device_call_all - Calls the specified operation for
399 * @f: operation function that will be called if @cond matches.
400 * The operation functions are defined in groups, according to
419 * v4l2_device_call_until_err - Calls the specified operation for
428 * @f: operation function that will be called if @cond matches.
429 * The operation functions are defined in groups, according to
435 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
451 * v4l2_device_mask_call_all - Calls the specified operation for
459 * @f: operation function that will be called if @cond matches.
460 * The operation functions are defined in groups, according to
479 * v4l2_device_mask_call_until_err - Calls the specified operation for
487 * @f: operation function that will be called if @cond matches.
488 * The operation functions are defined in groups, according to
494 * If the operation returns an error other than 0 or ``-ENOIOCTLCMD``
519 * @f: operation function that will be called if @cond matches.
520 * The operation functions are defined in groups, according to
547 * @f: operation function that will be called if @cond matches.
548 * The operation functions are defined in groups, according to