Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dak7375.c152 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev) in ak7375_subdev_cleanup() argument
154 v4l2_async_unregister_subdev(&ak7375_dev->sd); in ak7375_subdev_cleanup()
155 v4l2_ctrl_handler_free(&ak7375_dev->ctrls_vcm); in ak7375_subdev_cleanup()
156 media_entity_cleanup(&ak7375_dev->sd.entity); in ak7375_subdev_cleanup()
180 struct ak7375_device *ak7375_dev; in ak7375_probe() local
184 ak7375_dev = devm_kzalloc(&client->dev, sizeof(*ak7375_dev), in ak7375_probe()
186 if (!ak7375_dev) in ak7375_probe()
189 ak7375_dev->cdef = device_get_match_data(&client->dev); in ak7375_probe()
192 ak7375_dev->supplies[i].supply = ak7375_supply_names[i]; in ak7375_probe()
196 ak7375_dev->supplies); in ak7375_probe()
[all …]