Searched refs:UIF_MIN_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_uif.c | 22 #define UIF_MIN_SIZE 4U macro 68 return vsp1_subdev_enum_frame_size(subdev, cfg, fse, UIF_MIN_SIZE, in uif_enum_frame_size() 69 UIF_MIN_SIZE, UIF_MAX_SIZE, in uif_enum_frame_size() 79 UIF_MIN_SIZE, UIF_MIN_SIZE, in uif_set_format() 156 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE, in uif_set_selection() 158 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE, in uif_set_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uif.c | 22 #define UIF_MIN_SIZE 4U macro 69 UIF_MIN_SIZE, in uif_enum_frame_size() 70 UIF_MIN_SIZE, UIF_MAX_SIZE, in uif_enum_frame_size() 80 UIF_MIN_SIZE, UIF_MIN_SIZE, in uif_set_format() 159 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE, in uif_set_selection() 161 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE, in uif_set_selection()
|
Completed in 2 milliseconds