Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc2310.c144 struct sc2310 { struct
179 #define to_sc2310(sd) container_of(sd, struct sc2310, subdev) argument
708 sc2310_find_best_fit(struct sc2310 *sc2310, struct v4l2_subdev_format *fmt) in sc2310_find_best_fit() argument
716 for (i = 0; i < sc2310->cfg_num; i++) { in sc2310_find_best_fit()
728 static void sc2310_change_mode(struct sc2310 *sc2310, const struct sc2310_mode *mode) in sc2310_change_mode() argument
730 sc2310->cur_mode = mode; in sc2310_change_mode()
731 sc2310->cur_vts = sc2310->cur_mode->vts_def; in sc2310_change_mode()
732 dev_info(&sc2310->client->dev, "set fmt: cur_mode: %dx%d, hdr: %d\n", in sc2310_change_mode()
740 struct sc2310 *sc2310 = to_sc2310(sd); in sc2310_set_fmt() local
745 mutex_lock(&sc2310->mutex); in sc2310_set_fmt()
[all …]
H A DMakefile135 obj-$(CONFIG_VIDEO_SC2310) += sc2310.o