Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-csi.c50 struct csi_skip_desc { struct
81 const struct csi_skip_desc *skip;
827 static const struct csi_skip_desc csi_skip[12] = {
842 static void csi_apply_skip_interval(const struct csi_skip_desc *skip, in csi_apply_skip_interval()
863 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip()
866 const struct csi_skip_desc *skip = &csi_skip[0], *best_skip = skip; in csi_find_best_skip()