Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/i2c/
Dov08d10.c68 #define to_ov08d10(_sd) container_of(_sd, struct ov08d10, sd)
517 struct ov08d10 { struct
615 static u32 ov08d10_get_format_code(struct ov08d10 *ov08d10) in ov08d10_get_format_code() argument
622 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() argument
629 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() argument
661 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 …]
DMakefile73 obj-$(CONFIG_VIDEO_OV08D10) += ov08d10.o
DKconfig350 module will be called ov08d10.
/linux-5.19.10/
DMAINTAINERS14761 F: drivers/media/i2c/ov08d10.c