Searched refs:ov08d10 (Results 1 – 4 of 4) sorted by relevance
68 #define to_ov08d10(_sd) container_of(_sd, struct ov08d10, sd)517 struct ov08d10 { struct612 static u32 ov08d10_get_format_code(struct ov08d10 *ov08d10) in ov08d10_get_format_code() argument619 return codes[ov08d10->vflip->val][ov08d10->hflip->val]; in ov08d10_get_format_code()622 static unsigned int ov08d10_modes_num(const struct ov08d10 *ov08d10) in ov08d10_modes_num() argument626 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) { in ov08d10_modes_num()627 if (ov08d10->priv_lane->sp_modes[i].width == 0) in ov08d10_modes_num()655 static int ov08d10_write_reg_list(struct ov08d10 *ov08d10, in ov08d10_write_reg_list() argument658 struct i2c_client *client = v4l2_get_subdevdata(&ov08d10->sd); in ov08d10_write_reg_list()676 static int ov08d10_update_analog_gain(struct ov08d10 *ov08d10, u32 a_gain) in ov08d10_update_analog_gain() argument[all …]
85 obj-$(CONFIG_VIDEO_OV08D10) += ov08d10.o
365 module will be called ov08d10.
17461 F: drivers/media/i2c/ov08d10.c