Lines Matching refs:ov5647
98 struct ov5647 { struct
114 static inline struct ov5647 *to_sensor(struct v4l2_subdev *sd) in to_sensor() argument
116 return container_of(sd, struct ov5647, sd); in to_sensor()
670 struct ov5647 *sensor = to_sensor(sd); in ov5647_set_mode()
706 struct ov5647 *sensor = to_sensor(sd); in ov5647_stream_on()
755 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_on()
797 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_off()
859 __ov5647_get_pad_crop(struct ov5647 *ov5647, in __ov5647_get_pad_crop() argument
865 return v4l2_subdev_get_try_crop(&ov5647->sd, sd_state, pad); in __ov5647_get_pad_crop()
867 return &ov5647->mode->crop; in __ov5647_get_pad_crop()
876 struct ov5647 *sensor = to_sensor(sd); in ov5647_s_stream()
958 struct ov5647 *sensor = to_sensor(sd); in ov5647_get_pad_fmt()
982 struct ov5647 *sensor = to_sensor(sd); in ov5647_set_pad_fmt()
1030 struct ov5647 *sensor = to_sensor(sd); in ov5647_get_selection()
1196 struct ov5647 *sensor = container_of(ctrl->handler, in ov5647_s_ctrl()
1197 struct ov5647, ctrls); in ov5647_s_ctrl()
1268 static int ov5647_init_controls(struct ov5647 *sensor) in ov5647_init_controls()
1334 static int ov5647_parse_dt(struct ov5647 *sensor, struct device_node *np) in ov5647_parse_dt()
1363 struct ov5647 *sensor; in ov5647_probe()
1454 struct ov5647 *sensor = to_sensor(sd); in ov5647_remove()