Lines Matching refs:args
250 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
254 (sd)->ops->o->f((sd) , ##args); \
275 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
280 f , ##args); \
307 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
313 __err = (sd)->ops->o->f((sd) , ##args); \
342 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
346 f , ##args); \
369 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
375 ##args); \
402 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
407 ##args); \
429 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
435 ##args); \
461 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
466 ##args); \