Lines Matching defs:ov7740

84 struct ov7740 {  struct
88 const struct ov7740_pixfmt *fmt; /* Current format */ argument
89 const struct ov7740_framesize *frmsize; argument
90 struct regmap *regmap;
91 struct clk *xvclk;
92 struct v4l2_ctrl_handler ctrl_handler;
93 struct {
98 struct {
126 struct ov7740_pixfmt { argument
270 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_register() local
285 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_register() local
294 static int ov7740_set_power(struct ov7740 *ov7740, int on) in ov7740_set_power()
332 static int ov7740_set_white_balance(struct ov7740 *ov7740, int awb) in ov7740_set_white_balance()
427 static int ov7740_get_gain(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_gain()
448 static int ov7740_get_exp(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_exp()
507 struct ov7740 *ov7740 = container_of(ctrl->handler, in ov7740_get_volatile_ctrl() local
527 struct ov7740 *ov7740 = container_of(ctrl->handler, in ov7740_set_ctrl() local
588 static int ov7740_start_streaming(struct ov7740 *ov7740) in ov7740_start_streaming()
613 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_stream() local
726 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_try_fmt_internal() local
772 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_fmt() local
814 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_fmt() local
860 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_default_format() local
871 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_open() local
887 struct ov7740 *ov7740) in ov7740_probe_dt()
906 static int ov7740_detect(struct ov7740 *ov7740) in ov7740_detect()
939 static int ov7740_init_controls(struct ov7740 *ov7740) in ov7740_init_controls()
1016 static void ov7740_free_controls(struct ov7740 *ov7740) in ov7740_free_controls()
1031 struct ov7740 *ov7740; in ov7740_probe() local
1120 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_remove() local
1139 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_runtime_suspend() local
1149 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_runtime_resume() local