Lines Matching refs:mt9v011
51 struct mt9v011 { struct
63 static inline struct mt9v011 *to_mt9v011(struct v4l2_subdev *sd) in to_mt9v011() argument
65 return container_of(sd, struct mt9v011, sd); in to_mt9v011()
175 struct mt9v011 *core = to_mt9v011(sd); in set_balance()
201 struct mt9v011 *core = to_mt9v011(sd); in calc_fps()
231 struct mt9v011 *core = to_mt9v011(sd); in calc_speed()
271 struct mt9v011 *core = to_mt9v011(sd); in set_res()
300 struct mt9v011 *core = to_mt9v011(sd); in set_read_mode()
343 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_set_fmt()
424 struct mt9v011 *core = in mt9v011_s_ctrl()
425 container_of(ctrl->handler, struct mt9v011, ctrls); in mt9v011_s_ctrl()
494 struct mt9v011 *core; in mt9v011_probe()
502 core = devm_kzalloc(&c->dev, sizeof(struct mt9v011), GFP_KERNEL); in mt9v011_probe()
564 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_remove()