Searched refs:ov5695 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov5695.c | 3 * ov5695 driver 95 struct ov5695 { struct 115 #define to_ov5695(sd) container_of(sd, struct ov5695, subdev) 812 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_set_fmt() local 816 mutex_lock(&ov5695->mutex); in ov5695_set_fmt() 828 ov5695->cur_mode = mode; in ov5695_set_fmt() 830 __v4l2_ctrl_modify_range(ov5695->hblank, h_blank, in ov5695_set_fmt() 833 __v4l2_ctrl_modify_range(ov5695->vblank, vblank_def, in ov5695_set_fmt() 838 mutex_unlock(&ov5695 in ov5695_set_fmt() 847 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_get_fmt() local 898 ov5695_enable_test_pattern(struct ov5695 *ov5695, u32 pattern) ov5695_enable_test_pattern() argument 911 __ov5695_start_stream(struct ov5695 *ov5695) __ov5695_start_stream() argument 931 __ov5695_stop_stream(struct ov5695 *ov5695) __ov5695_stop_stream() argument 939 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_s_stream() local 974 __ov5695_power_on(struct ov5695 *ov5695) __ov5695_power_on() argument 1014 __ov5695_power_off(struct ov5695 *ov5695) __ov5695_power_off() argument 1038 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_runtime_resume() local 1047 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_runtime_suspend() local 1057 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_open() local 1105 struct ov5695 *ov5695 = container_of(ctrl->handler, ov5695_set_ctrl() local 1167 ov5695_initialize_controls(struct ov5695 *ov5695) ov5695_initialize_controls() argument 1242 ov5695_check_sensor_id(struct ov5695 *ov5695, struct i2c_client *client) ov5695_check_sensor_id() argument 1261 ov5695_configure_regulators(struct ov5695 *ov5695) ov5695_configure_regulators() argument 1277 struct ov5695 *ov5695; ov5695_probe() local 1370 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_remove() local [all...] |
H A D | Makefile | 76 obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5695.c | 3 * ov5695 driver 95 struct ov5695 { struct 115 #define to_ov5695(sd) container_of(sd, struct ov5695, subdev) 812 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_set_fmt() local 816 mutex_lock(&ov5695->mutex); in ov5695_set_fmt() 828 ov5695->cur_mode = mode; in ov5695_set_fmt() 830 __v4l2_ctrl_modify_range(ov5695->hblank, h_blank, in ov5695_set_fmt() 833 __v4l2_ctrl_modify_range(ov5695->vblank, vblank_def, in ov5695_set_fmt() 838 mutex_unlock(&ov5695 in ov5695_set_fmt() 847 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_get_fmt() local 899 ov5695_enable_test_pattern(struct ov5695 *ov5695, u32 pattern) ov5695_enable_test_pattern() argument 912 __ov5695_start_stream(struct ov5695 *ov5695) __ov5695_start_stream() argument 932 __ov5695_stop_stream(struct ov5695 *ov5695) __ov5695_stop_stream() argument 940 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_s_stream() local 973 __ov5695_power_on(struct ov5695 *ov5695) __ov5695_power_on() argument 1013 __ov5695_power_off(struct ov5695 *ov5695) __ov5695_power_off() argument 1036 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_runtime_resume() local 1044 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_runtime_suspend() local 1054 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_open() local 1102 struct ov5695 *ov5695 = container_of(ctrl->handler, ov5695_set_ctrl() local 1164 ov5695_initialize_controls(struct ov5695 *ov5695) ov5695_initialize_controls() argument 1239 ov5695_check_sensor_id(struct ov5695 *ov5695, struct i2c_client *client) ov5695_check_sensor_id() argument 1258 ov5695_configure_regulators(struct ov5695 *ov5695) ov5695_configure_regulators() argument 1273 struct ov5695 *ov5695; ov5695_probe() local 1366 struct ov5695 *ov5695 = to_ov5695(sd); ov5695_remove() local [all...] |
H A D | Makefile | 93 obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
|
Completed in 4 milliseconds