Lines Matching defs:ov2718

145 struct ov2718 {  struct
146 struct i2c_client *client;
147 struct clk *xvclk;
148 struct gpio_desc *rst_gpio;
149 struct gpio_desc *pd_gpio;
173 const struct ov2718_mode *cur_mode; argument
174 const struct ov2718_mode *support_modes; argument
183 #define to_ov2718(sd) container_of(sd, struct ov2718, subdev) argument
7771 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_find_best_fit() local
7794 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_set_fmt() local
7838 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_get_fmt() local
7868 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_enum_mbus_code() local
7881 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_enum_frame_sizes() local
7897 static int ov2718_enable_test_pattern(struct ov2718 *ov2718, u32 pattern) in ov2718_enable_test_pattern()
7913 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_g_frame_interval() local
7994 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_g_mbus_config() local
8014 static void ov2718_get_module_inf(struct ov2718 *ov2718, in ov2718_get_module_inf()
8026 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_ioctl() local
8272 static int ov2718_set_flip(struct ov2718 *ov2718, u32 flip) in ov2718_set_flip()
8296 static int __ov2718_start_stream(struct ov2718 *ov2718) in __ov2718_start_stream()
8329 static int __ov2718_stop_stream(struct ov2718 *ov2718) in __ov2718_stop_stream()
8338 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_s_stream() local
8375 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_s_power() local
8410 static int __ov2718_power_on(struct ov2718 *ov2718) in __ov2718_power_on()
8465 static void __ov2718_power_off(struct ov2718 *ov2718) in __ov2718_power_off()
8495 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_runtime_resume() local
8504 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_runtime_suspend() local
8514 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_open() local
8537 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_enum_frame_interval() local
8631 struct ov2718 *ov2718 = container_of(ctrl->handler, in ov2718_set_ctrl() local
8731 static int ov2718_initialize_controls(struct ov2718 *ov2718) in ov2718_initialize_controls()
8820 static int ov2718_check_sensor_id(struct ov2718 *ov2718, in ov2718_check_sensor_id()
8847 static int ov2718_get_regulators(struct ov2718 *ov2718) in ov2718_get_regulators()
8859 static int ov2718_analyze_dts(struct ov2718 *ov2718) in ov2718_analyze_dts()
8909 struct ov2718 *ov2718; in ov2718_probe() local
9015 struct ov2718 *ov2718 = to_ov2718(sd); in ov2718_remove() local