Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Ddw9807-vcm.c152 v4l2_async_unregister_subdev(&dw9807_dev->sd); in dw9807_subdev_cleanup()
153 v4l2_ctrl_handler_free(&dw9807_dev->ctrls_vcm); in dw9807_subdev_cleanup()
154 media_entity_cleanup(&dw9807_dev->sd.entity); in dw9807_subdev_cleanup()
180 struct dw9807_device *dw9807_dev; in dw9807_probe() local
183 dw9807_dev = devm_kzalloc(&client->dev, sizeof(*dw9807_dev), in dw9807_probe()
185 if (dw9807_dev == NULL) in dw9807_probe()
190 dw9807_dev->sd.internal_ops = &dw9807_int_ops; in dw9807_probe()
192 rval = dw9807_init_controls(dw9807_dev); in dw9807_probe()
213 v4l2_ctrl_handler_free(&dw9807_dev->ctrls_vcm); in dw9807_probe()
214 media_entity_cleanup(&dw9807_dev->sd.entity); in dw9807_probe()
[all …]