Searched refs:ov2659 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov2659.c | 19 #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) in to_ov2659() 819 return container_of(sd, struct ov2659, sd); in to_ov2659() 843 "ov2659 write reg(0x%x val:0x%x) failed !\n", reg, val); in ov2659_write() 875 "ov2659 read reg(0x%x val:0x%x) failed !\n", reg, *val); in ov2659_read() 891 static void ov2659_pll_calc_params(struct ov2659 *ov2659) in ov2659_pll_calc_params() argument 893 const struct ov2659_platform_data *pdata = ov2659 in ov2659_pll_calc_params() 933 ov2659_set_pixel_clock(struct ov2659 *ov2659) ov2659_set_pixel_clock() argument 957 ov2659_set_streaming(struct ov2659 *ov2659, int on) ov2659_set_streaming() argument 1029 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_get_fmt() local 1094 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_set_fmt() local 1149 ov2659_set_frame_size(struct ov2659 *ov2659) ov2659_set_frame_size() argument 1158 ov2659_set_format(struct ov2659 *ov2659) ov2659_set_format() argument 1170 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_s_stream() local 1213 ov2659_set_test_pattern(struct ov2659 *ov2659, int value) ov2659_set_test_pattern() argument 1238 struct ov2659 *ov2659 = ov2659_s_ctrl() local 1268 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_power_off() local 1283 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_power_on() local 1438 struct ov2659 *ov2659; ov2659_probe() local 1553 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_remove() local [all...] |
H A D | Makefile | 112 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov2659.c | 19 #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) in to_ov2659() 819 return container_of(sd, struct ov2659, sd); in to_ov2659() 843 "ov2659 write reg(0x%x val:0x%x) failed !\n", reg, val); in ov2659_write() 875 "ov2659 read reg(0x%x val:0x%x) failed !\n", reg, *val); in ov2659_read() 891 static void ov2659_pll_calc_params(struct ov2659 *ov2659) in ov2659_pll_calc_params() argument 893 const struct ov2659_platform_data *pdata = ov2659 in ov2659_pll_calc_params() 933 ov2659_set_pixel_clock(struct ov2659 *ov2659) ov2659_set_pixel_clock() argument 957 ov2659_set_streaming(struct ov2659 *ov2659, int on) ov2659_set_streaming() argument 1029 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_get_fmt() local 1094 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_set_fmt() local 1149 ov2659_set_frame_size(struct ov2659 *ov2659) ov2659_set_frame_size() argument 1158 ov2659_set_format(struct ov2659 *ov2659) ov2659_set_format() argument 1170 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_s_stream() local 1211 ov2659_set_test_pattern(struct ov2659 *ov2659, int value) ov2659_set_test_pattern() argument 1236 struct ov2659 *ov2659 = ov2659_s_ctrl() local 1266 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_power_off() local 1281 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_power_on() local 1435 struct ov2659 *ov2659; ov2659_probe() local 1550 struct ov2659 *ov2659 = to_ov2659(sd); ov2659_remove() local [all...] |
H A D | Makefile | 81 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
|
Completed in 5 milliseconds