Lines Matching refs:mt9v011
50 struct mt9v011 { struct
65 static inline struct mt9v011 *to_mt9v011(struct v4l2_subdev *sd) in to_mt9v011() argument
67 return container_of(sd, struct mt9v011, sd); in to_mt9v011()
177 struct mt9v011 *core = to_mt9v011(sd); in set_balance()
203 struct mt9v011 *core = to_mt9v011(sd); in calc_fps()
233 struct mt9v011 *core = to_mt9v011(sd); in calc_speed()
273 struct mt9v011 *core = to_mt9v011(sd); in set_res()
302 struct mt9v011 *core = to_mt9v011(sd); in set_read_mode()
345 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_set_fmt()
415 struct mt9v011 *core = in mt9v011_s_ctrl()
416 container_of(ctrl->handler, struct mt9v011, ctrls); in mt9v011_s_ctrl()
484 struct mt9v011 *core; in mt9v011_probe()
495 core = devm_kzalloc(&c->dev, sizeof(struct mt9v011), GFP_KERNEL); in mt9v011_probe()
566 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_remove()