Lines Matching refs:subdev

205 	struct v4l2_subdev subdev;  member
233 return container_of(i2c_get_clientdata(client), struct mt9m111, subdev); in to_mt9m111()
314 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_context()
322 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_setup_rect_ctx()
336 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_setup_geometry()
367 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_enable()
373 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_reset()
389 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_crop()
426 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_g_crop()
455 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_get_fmt()
472 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_pixfmt()
545 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_set_fmt()
640 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_flip()
653 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_get_global_gain()
665 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_global_gain()
683 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_autoexposure()
692 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_autowhitebalance()
724 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_suspend()
762 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_init()
777 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_power_on()
796 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_power_off()
805 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_power()
898 ret = mt9m111_s_power(&mt9m111->subdev, 1); in mt9m111_video_probe()
927 mt9m111_s_power(&mt9m111->subdev, 0); in mt9m111_video_probe()
967 v4l2_i2c_subdev_init(&mt9m111->subdev, client, &mt9m111_subdev_ops); in mt9m111_probe()
980 mt9m111->subdev.ctrl_handler = &mt9m111->hdl; in mt9m111_probe()
1003 mt9m111->subdev.dev = &client->dev; in mt9m111_probe()
1004 ret = v4l2_async_register_subdev(&mt9m111->subdev); in mt9m111_probe()
1022 v4l2_async_unregister_subdev(&mt9m111->subdev); in mt9m111_remove()