Searched refs:ov8856 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov8856.c103 #define to_ov8856(_sd) container_of(_sd, struct ov8856, sd)
1416 struct ov8856 { struct
1589 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) argument
1593 for (i = 0; i < ARRAY_SIZE(ov8856->priv_lane->supported_modes); i++) {
1594 if (ov8856->priv_lane->supported_modes[i].width == 0)
1622 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) argument
1624 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd);
1652 static int ov8856_write_reg(struct ov8856 *ov885 argument
1668 ov8856_write_reg_list(struct ov8856 *ov8856, const struct ov8856_reg_list *r_list) argument
1689 ov8856_identify_module(struct ov8856 *ov8856) argument
1714 ov8856_update_digital_gain(struct ov8856 *ov8856, u32 d_gain) argument
1720 ov8856_test_pattern(struct ov8856 *ov8856, u32 pattern) argument
1730 ov8856_set_ctrl_hflip(struct ov8856 *ov8856, u32 ctrl_val) argument
1763 ov8856_set_ctrl_vflip(struct ov8856 *ov8856, u8 ctrl_val) argument
1819 struct ov8856 *ov8856 = container_of(ctrl->handler, local
1888 ov8856_init_controls(struct ov8856 *ov8856) argument
1962 ov8856_update_pad_format(struct ov8856 *ov8856, const struct ov8856_mode *mode, struct v4l2_mbus_framefmt *fmt) argument
1980 ov8856_start_streaming(struct ov8856 *ov8856) argument
2027 ov8856_stop_streaming(struct ov8856 *ov8856) argument
2038 struct ov8856 *ov8856 = to_ov8856(sd); local
2069 struct ov8856 *ov8856 = to_ov8856(sd); local
2108 struct ov8856 *ov8856 = to_ov8856(sd); local
2125 struct ov8856 *ov8856 = to_ov8856(sd); local
2171 struct ov8856 *ov8856 = to_ov8856(sd); local
2201 struct ov8856 *ov8856 = to_ov8856(sd); local
2223 struct ov8856 *ov8856 = to_ov8856(sd); local
2258 ov8856_get_hwcfg(struct ov8856 *ov8856, struct device *dev) argument
2363 struct ov8856 *ov8856 = to_ov8856(sd); local
2376 struct ov8856 *ov8856; local
[all...]
H A DMakefile105 obj-$(CONFIG_VIDEO_OV8856) += ov8856.o

Completed in 129 milliseconds