Searched refs:check_pad (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 199 static inline int check_pad(struct v4l2_subdev *sd, u32 pad) in check_pad() function 243 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 270 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code() 282 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size() 294 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval() 306 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection() 333 return check_which(fi->which) ? : check_pad(sd, fi->pad) ? : in check_frame_interval() 403 return check_pad(sd, edid->pad); in check_edid() 422 return check_pad(sd, pad) ? : in call_s_dv_timings() 432 return check_pad(sd, pad) ? : in call_g_dv_timings() [all …]
|