Lines Matching defs:ov7740

84 struct ov7740 {  struct
90 const struct ov7740_pixfmt *fmt; /* Current format */ argument
91 const struct ov7740_framesize *frmsize; argument
92 struct regmap *regmap;
93 struct clk *xvclk;
94 struct v4l2_ctrl_handler ctrl_handler;
95 struct {
100 struct {
105 struct {
129 struct ov7740_pixfmt { argument
273 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_register() local
288 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_register() local
297 static int ov7740_set_power(struct ov7740 *ov7740, int on) in ov7740_set_power()
335 static int ov7740_set_white_balance(struct ov7740 *ov7740, int awb) in ov7740_set_white_balance()
430 static int ov7740_get_gain(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_gain()
451 static int ov7740_get_exp(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_exp()
510 struct ov7740 *ov7740 = container_of(ctrl->handler, in ov7740_get_volatile_ctrl() local
530 struct ov7740 *ov7740 = container_of(ctrl->handler, in ov7740_set_ctrl() local
591 static int ov7740_start_streaming(struct ov7740 *ov7740) in ov7740_start_streaming()
616 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_stream() local
763 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_try_fmt_internal() local
809 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_fmt() local
854 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_fmt() local
894 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_default_format() local
906 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_open() local
923 struct ov7740 *ov7740) in ov7740_probe_dt()
942 static int ov7740_detect(struct ov7740 *ov7740) in ov7740_detect()
975 static int ov7740_init_controls(struct ov7740 *ov7740) in ov7740_init_controls()
1052 static void ov7740_free_controls(struct ov7740 *ov7740) in ov7740_free_controls()
1067 struct ov7740 *ov7740; in ov7740_probe() local
1160 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_remove() local
1181 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_runtime_suspend() local
1192 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_runtime_resume() local