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()
453 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_g_fmt()
467 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_pixfmt()
538 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_try_fmt()
582 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_fmt()
639 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_flip()
652 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_get_global_gain()
664 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_global_gain()
682 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_autoexposure()
691 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_set_autowhitebalance()
723 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_suspend()
761 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_init()
776 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_power_on()
795 struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); in mt9m111_power_off()
804 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_power()
893 ret = mt9m111_s_power(&mt9m111->subdev, 1); in mt9m111_video_probe()
922 mt9m111_s_power(&mt9m111->subdev, 0); in mt9m111_video_probe()
962 v4l2_i2c_subdev_init(&mt9m111->subdev, client, &mt9m111_subdev_ops); in mt9m111_probe()
975 mt9m111->subdev.ctrl_handler = &mt9m111->hdl; in mt9m111_probe()
998 mt9m111->subdev.dev = &client->dev; in mt9m111_probe()
999 ret = v4l2_async_register_subdev(&mt9m111->subdev); in mt9m111_probe()
1017 v4l2_async_unregister_subdev(&mt9m111->subdev); in mt9m111_remove()