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 { struct615 static u32 ov08d10_get_format_code(struct ov08d10 *ov08d10) in ov08d10_get_format_code() argument622 return codes[ov08d10->vflip->val][ov08d10->hflip->val]; in ov08d10_get_format_code()625 static unsigned int ov08d10_modes_num(const struct ov08d10 *ov08d10) in ov08d10_modes_num() argument629 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) { in ov08d10_modes_num()630 if (ov08d10->priv_lane->sp_modes[i].width == 0) in ov08d10_modes_num()658 static int ov08d10_write_reg_list(struct ov08d10 *ov08d10, in ov08d10_write_reg_list() argument661 struct i2c_client *client = v4l2_get_subdevdata(&ov08d10->sd); in ov08d10_write_reg_list()679 static int ov08d10_update_analog_gain(struct ov08d10 *ov08d10, u32 a_gain) in ov08d10_update_analog_gain() argument[all …]
73 obj-$(CONFIG_VIDEO_OV08D10) += ov08d10.o
350 module will be called ov08d10.
14761 F: drivers/media/i2c/ov08d10.c