Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
A Dv4l2-subdev.c177 static inline int check_pad(struct v4l2_subdev *sd, u32 pad) in check_pad() function
260 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size()
272 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval()
311 return check_which(fi->which) ? : check_pad(sd, fi->pad) ? : in check_frame_interval()
376 return check_pad(sd, edid->pad); in check_edid()
395 return check_pad(sd, pad) ? : in call_s_dv_timings()
405 return check_pad(sd, pad) ? : in call_g_dv_timings()
415 return check_pad(sd, pad) ? : in call_query_dv_timings()
425 return check_pad(sd, cap->pad) ? : in call_dv_timings_cap()
435 return check_pad(sd, dvt->pad) ? : in call_enum_dv_timings()
[all …]
/linux/net/can/
A Disotp.c332 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() function
374 check_pad(so, cf, ae + FC_CONTENT_SZ, so->opt.rxpad_content))) { in isotp_rcv_fc()
457 check_pad(so, cf, pcilen + len, so->opt.rxpad_content)) { in isotp_rcv_sf()
606 check_pad(so, cf, i + 1, so->opt.rxpad_content)) { in isotp_rcv_cf()

Completed in 14 milliseconds