Searched refs:sc2232 (Results 1 – 2 of 2) sorted by relevance
116 struct sc2232 { struct150 #define to_sc2232(sd) container_of(sd, struct sc2232, subdev) argument450 sc2232_find_best_fit(struct sc2232 *sc2232, struct v4l2_subdev_format *fmt) in sc2232_find_best_fit() argument458 for (i = 0; i < sc2232->cfg_num; i++) { in sc2232_find_best_fit()470 static void sc2232_change_mode(struct sc2232 *sc2232, const struct sc2232_mode *mode) in sc2232_change_mode() argument472 sc2232->cur_mode = mode; in sc2232_change_mode()473 sc2232->cur_vts = sc2232->cur_mode->vts_def; in sc2232_change_mode()474 dev_info(&sc2232->client->dev, "set fmt: cur_mode: %dx%d, hdr: %d\n", in sc2232_change_mode()482 struct sc2232 *sc2232 = to_sc2232(sd); in sc2232_set_fmt() local487 mutex_lock(&sc2232->mutex); in sc2232_set_fmt()[all …]
131 obj-$(CONFIG_VIDEO_SC2232) += sc2232.o