Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
A Dv4l2-subdev.c127 static inline int check_which(u32 which) in check_which() function
166 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format()
193 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code()
205 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size()
240 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval()
252 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()

Completed in 4 milliseconds