Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c50 struct csi_skip_desc { struct
83 const struct csi_skip_desc *skip;
828 static const struct csi_skip_desc csi_skip[12] = {
843 static void csi_apply_skip_interval(const struct csi_skip_desc *skip, in csi_apply_skip_interval()
864 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip()
867 const struct csi_skip_desc *skip = &csi_skip[0], *best_skip = skip; in csi_find_best_skip()