Lines Matching defs:ov12d2q
138 struct ov12d2q { struct
139 struct i2c_client *client;
140 struct clk *xvclk;
141 struct gpio_desc *reset_gpio;
165 const struct ov12d2q_mode *cur_mode; argument
177 #define to_ov12d2q(sd) container_of(sd, struct ov12d2q, subdev) argument
2066 ov12d2q_find_best_fit(struct ov12d2q *ov12d2q, struct v4l2_subdev_format *fmt) in ov12d2q_find_best_fit()
2090 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_set_fmt() local
2138 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_get_fmt() local
2168 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_enum_mbus_code() local
2181 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_enum_frame_sizes() local
2197 static int ov12d2q_enable_test_pattern(struct ov12d2q *ov12d2q, u32 pattern) in ov12d2q_enable_test_pattern()
2216 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_g_frame_interval() local
2227 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_g_mbus_config() local
2247 static void ov12d2q_get_module_inf(struct ov12d2q *ov12d2q, in ov12d2q_get_module_inf()
2259 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_ioctl() local
2416 static int __ov12d2q_start_stream(struct ov12d2q *ov12d2q) in __ov12d2q_start_stream()
2442 static int __ov12d2q_stop_stream(struct ov12d2q *ov12d2q) in __ov12d2q_stop_stream()
2452 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_s_stream() local
2493 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_s_power() local
2541 static int __ov12d2q_power_on(struct ov12d2q *ov12d2q) in __ov12d2q_power_on()
2602 static void __ov12d2q_power_off(struct ov12d2q *ov12d2q) in __ov12d2q_power_off()
2640 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_runtime_resume() local
2649 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_runtime_suspend() local
2659 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_open() local
2682 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_enum_frame_interval() local
2736 struct ov12d2q *ov12d2q = container_of(ctrl->handler, in ov12d2q_set_ctrl() local
2899 static int ov12d2q_initialize_controls(struct ov12d2q *ov12d2q) in ov12d2q_initialize_controls()
2984 static int ov12d2q_check_sensor_id(struct ov12d2q *ov12d2q, in ov12d2q_check_sensor_id()
3008 static int ov12d2q_configure_regulators(struct ov12d2q *ov12d2q) in ov12d2q_configure_regulators()
3025 struct ov12d2q *ov12d2q; in ov12d2q_probe() local
3172 struct ov12d2q *ov12d2q = to_ov12d2q(sd); in ov12d2q_remove() local