Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-csi.c50 struct csi_skip_desc { struct
83 const struct csi_skip_desc *skip;
842 static const struct csi_skip_desc csi_skip[12] = {
857 static void csi_apply_skip_interval(const struct csi_skip_desc *skip, in csi_apply_skip_interval()
878 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip()
881 const struct csi_skip_desc *skip = &csi_skip[0], *best_skip = skip; in csi_find_best_skip()