Searched refs:check_pad (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 159 static inline int check_pad(struct v4l2_subdev *sd, u32 pad) in check_pad() 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() 253 return check_pad(sd, fi->pad); in check_frame_interval() 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() 318 return check_pad(sd, edid->pad); in check_edid() 337 return check_pad(sd, cap->pad) ? : in call_dv_timings_cap() 347 return check_pad(sd, dvt->pad) ? : in call_enum_dv_timings() [all …]
|
/linux-6.6.21/net/can/ |
D | isotp.c | 331 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() function 373 check_pad(so, cf, ae + FC_CONTENT_SZ, so->opt.rxpad_content))) { in isotp_rcv_fc() 455 check_pad(so, cf, pcilen + len, so->opt.rxpad_content)) { in isotp_rcv_sf() 604 check_pad(so, cf, i + 1, so->opt.rxpad_content)) { in isotp_rcv_cf()
|