Searched refs:sc2310 (Results 1 – 2 of 2) sorted by relevance
144 struct sc2310 { struct179 #define to_sc2310(sd) container_of(sd, struct sc2310, subdev) argument708 sc2310_find_best_fit(struct sc2310 *sc2310, struct v4l2_subdev_format *fmt) in sc2310_find_best_fit() argument716 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() argument730 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() local745 mutex_lock(&sc2310->mutex); in sc2310_set_fmt()[all …]
135 obj-$(CONFIG_VIDEO_SC2310) += sc2310.o