Home
last modified time | relevance | path

Searched refs:ov08d10 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/i2c/
H A Dov08d10.c68 #define to_ov08d10(_sd) container_of(_sd, struct ov08d10, sd)
517 struct ov08d10 { struct
612 static u32 ov08d10_get_format_code(struct ov08d10 *ov08d10) in ov08d10_get_format_code() argument
619 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() argument
626 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() argument
658 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 …]
H A DMakefile85 obj-$(CONFIG_VIDEO_OV08D10) += ov08d10.o
H A DKconfig365 module will be called ov08d10.
/linux/
H A DMAINTAINERS17461 F: drivers/media/i2c/ov08d10.c