Searched refs:check_which (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 125 static inline int check_which(u32 which) in check_which() function 164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 191 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code() 203 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size() 238 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval() 250 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 150 static inline int check_which(u32 which) in check_which() function 203 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 230 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code() 242 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size() 277 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval() 289 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()
|
Completed in 6 milliseconds