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

/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c45 * struct csi_skip_desc - CSI frame skipping descriptor
50 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,
864 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in,
867 const struct csi_skip_desc *skip = &csi_skip[0], *best_skip = skip;

Completed in 196 milliseconds