Lines Matching defs:ov02k10

137 struct ov02k10 {  struct
138 struct i2c_client *client;
139 struct clk *xvclk;
140 struct gpio_desc *power_gpio;
141 struct gpio_desc *reset_gpio;
165 const struct ov02k10_mode *cur_mode; argument
179 #define to_ov02k10(sd) container_of(sd, struct ov02k10, subdev) argument
679 ov02k10_find_best_fit(struct ov02k10 *ov02k10, struct v4l2_subdev_format *fmt) in ov02k10_find_best_fit()
703 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_set_fmt() local
754 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_get_fmt() local
784 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_enum_mbus_code() local
797 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_enum_frame_sizes() local
813 static int ov02k10_enable_test_pattern(struct ov02k10 *ov02k10, u32 pattern) in ov02k10_enable_test_pattern()
829 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_g_frame_interval() local
840 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_g_mbus_config() local
860 static void ov02k10_get_module_inf(struct ov02k10 *ov02k10, in ov02k10_get_module_inf()
871 static int ov02k10_set_hdrae(struct ov02k10 *ov02k10, in ov02k10_set_hdrae()
989 static int ov02k10_set_conversion_gain(struct ov02k10 *ov02k10, u32 *cg) in ov02k10_set_conversion_gain()
1045 struct ov02k10 *ov02k10 = to_ov02k10(sd); in set_conversion_gain_status() local
1079 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_ioctl() local
1255 static int ov02k10_init_conversion_gain(struct ov02k10 *ov02k10) in ov02k10_init_conversion_gain()
1276 static int __ov02k10_start_stream(struct ov02k10 *ov02k10) in __ov02k10_start_stream()
1310 static int __ov02k10_stop_stream(struct ov02k10 *ov02k10) in __ov02k10_stop_stream()
1319 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_s_stream() local
1356 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_s_power() local
1397 static int __ov02k10_power_on(struct ov02k10 *ov02k10) in __ov02k10_power_on()
1452 static void __ov02k10_power_off(struct ov02k10 *ov02k10) in __ov02k10_power_off()
1475 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_runtime_resume() local
1484 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_runtime_suspend() local
1494 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_open() local
1517 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_enum_frame_interval() local
1586 struct ov02k10 *ov02k10 = container_of(ctrl->handler, in ov02k10_set_ctrl() local
1696 static int ov02k10_initialize_controls(struct ov02k10 *ov02k10) in ov02k10_initialize_controls()
1787 static int ov02k10_check_sensor_id(struct ov02k10 *ov02k10, in ov02k10_check_sensor_id()
1807 static int ov02k10_configure_regulators(struct ov02k10 *ov02k10) in ov02k10_configure_regulators()
1824 struct ov02k10 *ov02k10; in ov02k10_probe() local
1977 struct ov02k10 *ov02k10 = to_ov02k10(sd); in ov02k10_remove() local