Searched refs:ov16a10 (Results 1 – 2 of 2) sorted by relevance
144 struct ov16a10 { struct180 #define to_ov16a10(sd) container_of(sd, struct ov16a10, subdev) argument1061 struct ov16a10 *ov16a10 = to_ov16a10(sd); in ov16a10_set_fmt() local1067 mutex_lock(&ov16a10->mutex); in ov16a10_set_fmt()1078 mutex_unlock(&ov16a10->mutex); in ov16a10_set_fmt()1082 ov16a10->cur_mode = mode; in ov16a10_set_fmt()1084 __v4l2_ctrl_modify_range(ov16a10->hblank, h_blank, in ov16a10_set_fmt()1087 __v4l2_ctrl_modify_range(ov16a10->vblank, vblank_def, in ov16a10_set_fmt()1090 __v4l2_ctrl_s_ctrl(ov16a10->vblank, vblank_def); in ov16a10_set_fmt()1093 __v4l2_ctrl_s_ctrl_int64(ov16a10->pixel_rate, in ov16a10_set_fmt()[all …]
84 obj-$(CONFIG_VIDEO_OV16A10) += ov16a10.o