Lines Matching defs:ov2775

132 struct ov2775 {  struct
133 struct i2c_client *client;
134 struct clk *xvclk;
135 struct gpio_desc *rst_gpio;
136 struct gpio_desc *pd_gpio;
160 const struct ov2775_mode *cur_mode; argument
161 const struct ov2775_mode *support_modes; argument
170 #define to_ov2775(sd) container_of(sd, struct ov2775, subdev) argument
3967 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_find_best_fit() local
3990 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_set_fmt() local
4028 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_get_fmt() local
4058 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_enum_mbus_code() local
4071 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_enum_frame_sizes() local
4087 static int ov2775_enable_test_pattern(struct ov2775 *ov2775, u32 pattern) in ov2775_enable_test_pattern()
4103 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_g_frame_interval() local
4184 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_g_mbus_config() local
4204 static void ov2775_get_module_inf(struct ov2775 *ov2775, in ov2775_get_module_inf()
4216 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_ioctl() local
4463 static int ov2775_set_flip(struct ov2775 *ov2775, u32 flip) in ov2775_set_flip()
4512 static int __ov2775_start_stream(struct ov2775 *ov2775) in __ov2775_start_stream()
4537 static int __ov2775_stop_stream(struct ov2775 *ov2775) in __ov2775_stop_stream()
4546 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_s_stream() local
4583 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_s_power() local
4618 static int __ov2775_power_on(struct ov2775 *ov2775) in __ov2775_power_on()
4673 static void __ov2775_power_off(struct ov2775 *ov2775) in __ov2775_power_off()
4703 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_runtime_resume() local
4712 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_runtime_suspend() local
4722 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_open() local
4745 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_enum_frame_interval() local
4839 struct ov2775 *ov2775 = container_of(ctrl->handler, in ov2775_set_ctrl() local
4948 static int ov2775_initialize_controls(struct ov2775 *ov2775) in ov2775_initialize_controls()
5033 static int ov2775_check_sensor_id(struct ov2775 *ov2775, in ov2775_check_sensor_id()
5060 static int ov2775_get_regulators(struct ov2775 *ov2775) in ov2775_get_regulators()
5072 static int ov2775_analyze_dts(struct ov2775 *ov2775) in ov2775_analyze_dts()
5122 struct ov2775 *ov2775; in ov2775_probe() local
5228 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_remove() local