Searched refs:dw9763_dev (Results 1 – 1 of 1) sorted by relevance
541 static void dw9763_subdev_cleanup(struct dw9763_device *dw9763_dev) in dw9763_subdev_cleanup() argument543 v4l2_device_unregister_subdev(&dw9763_dev->sd); in dw9763_subdev_cleanup()544 v4l2_device_unregister(&dw9763_dev->vdev); in dw9763_subdev_cleanup()545 v4l2_ctrl_handler_free(&dw9763_dev->ctrls_vcm); in dw9763_subdev_cleanup()546 media_entity_cleanup(&dw9763_dev->sd.entity); in dw9763_subdev_cleanup()637 static int __dw9763_set_power(struct dw9763_device *dw9763_dev, bool on) in __dw9763_set_power() argument639 if (dw9763_dev->power_gpio) in __dw9763_set_power()640 gpiod_direction_output(dw9763_dev->power_gpio, on); in __dw9763_set_power()646 static int __maybe_unused dw9763_check_id(struct dw9763_device *dw9763_dev) in dw9763_check_id() argument650 struct i2c_client *client = dw9763_dev->client; in dw9763_check_id()[all …]