Home
last modified time | relevance | path

Searched refs:width_field (Results 1 – 1 of 1) sorted by relevance

/linux/include/media/
H A Dv4l2-common.h399 * @width_field: the name of the width field in the driver specific struct
414 #define v4l2_find_nearest_size_conditional(array, array_size, width_field, \ argument
418 BUILD_BUG_ON(sizeof((array)->width_field) != sizeof(u32) || \
422 offsetof(typeof(*(array)), width_field), \
442 * @width_field: the name of the width field in the driver specific struct
454 #define v4l2_find_nearest_size(array, array_size, width_field, \ argument
456 v4l2_find_nearest_size_conditional(array, array_size, width_field, \