Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-csi.c54 struct csi_skip_desc { struct
86 const struct csi_skip_desc *skip;
769 static const struct csi_skip_desc csi_skip[12] = {
784 static void csi_apply_skip_interval(const struct csi_skip_desc *skip, in csi_apply_skip_interval()
805 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip()
808 const struct csi_skip_desc *skip = &csi_skip[0], *best_skip = skip; in csi_find_best_skip()