Home
last modified time | relevance | path

Searched refs:aw8601_dev (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw8601.c521 static void aw8601_subdev_cleanup(struct aw8601_device *aw8601_dev) in aw8601_subdev_cleanup() argument
523 v4l2_device_unregister_subdev(&aw8601_dev->sd); in aw8601_subdev_cleanup()
524 v4l2_device_unregister(&aw8601_dev->vdev); in aw8601_subdev_cleanup()
525 v4l2_ctrl_handler_free(&aw8601_dev->ctrls_vcm); in aw8601_subdev_cleanup()
526 media_entity_cleanup(&aw8601_dev->sd.entity); in aw8601_subdev_cleanup()
550 struct aw8601_device *aw8601_dev; in aw8601_probe() local
612 aw8601_dev = devm_kzalloc(&client->dev, sizeof(*aw8601_dev), in aw8601_probe()
614 if (aw8601_dev == NULL) in aw8601_probe()
618 &aw8601_dev->module_index); in aw8601_probe()
620 &aw8601_dev->module_facing); in aw8601_probe()
[all …]