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

/linux-master/drivers/media/i2c/
H A Dov2659.c19 #include <media/i2c/ov2659.h>
26 #define DRIVER_NAME "ov2659"
197 struct ov2659 { struct
817 static inline struct ov2659 *to_ov2659(struct v4l2_subdev *sd)
819 return container_of(sd, struct ov2659, sd);
843 "ov2659 write reg(0x%x val:0x%x) failed !\n", reg, val);
875 "ov2659 read reg(0x%x val:0x%x) failed !\n", reg, *val);
891 static void ov2659_pll_calc_params(struct ov2659 *ov2659) argument
893 const struct ov2659_platform_data *pdata = ov2659
933 ov2659_set_pixel_clock(struct ov2659 *ov2659) argument
957 ov2659_set_streaming(struct ov2659 *ov2659, int on) argument
1029 struct ov2659 *ov2659 = to_ov2659(sd); local
1090 struct ov2659 *ov2659 = to_ov2659(sd); local
1143 ov2659_set_frame_size(struct ov2659 *ov2659) argument
1152 ov2659_set_format(struct ov2659 *ov2659) argument
1164 struct ov2659 *ov2659 = to_ov2659(sd); local
1205 ov2659_set_test_pattern(struct ov2659 *ov2659, int value) argument
1230 struct ov2659 *ov2659 = local
1260 struct ov2659 *ov2659 = to_ov2659(sd); local
1275 struct ov2659 *ov2659 = to_ov2659(sd); local
1425 struct ov2659 *ov2659; local
1536 struct ov2659 *ov2659 = to_ov2659(sd); local
[all...]
H A DMakefile85 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o

Completed in 162 milliseconds