Lines Matching refs:v4l2_dev
91 v4l2_device_register(struct device *dev, struct v4l2_device *v4l2_dev);
94 field is NULL, it will be linked to v4l2_dev.
103 If v4l2_dev->name is empty then it will be set to a value derived from dev
106 you *must* setup v4l2_dev->name before calling v4l2_device_register.
116 it impossible to associate v4l2_dev with a particular parent.
125 v4l2_device_unregister(struct v4l2_device *v4l2_dev);
127 If the dev->driver_data field points to v4l2_dev, it will be reset to NULL.
135 v4l2_device_disconnect(struct v4l2_device *v4l2_dev);
150 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev);
153 if (v4l2_dev == NULL)
196 void v4l2_device_get(struct v4l2_device *v4l2_dev);
200 int v4l2_device_put(struct v4l2_device *v4l2_dev);
354 int err = v4l2_device_register_subdev(v4l2_dev, sd);
383 v4l2_device_call_all(v4l2_dev, 0, core, g_std, &norm);
388 err = v4l2_device_call_until_err(v4l2_dev, 0, core, g_std, &norm);
553 struct v4l2_subdev *sd = v4l2_i2c_new_subdev(v4l2_dev, adapter,
584 struct v4l2_subdev *sd = v4l2_i2c_new_subdev_cfg(v4l2_dev, adapter,
630 - v4l2_dev: must be set to the v4l2_device parent device.
896 struct v4l2_device *v4l2_dev = vdev->v4l2_dev;