Lines Matching refs:args
293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
297 (sd)->ops->o->f((sd) , ##args); \
318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
323 f , ##args); \
350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
356 __err = (sd)->ops->o->f((sd) , ##args); \
385 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
389 f , ##args); \
412 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
418 ##args); \
445 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
450 ##args); \
472 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
478 f , ##args); \
504 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
509 f , ##args); \