Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dak7375.c115 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev) in ak7375_subdev_cleanup() argument
117 v4l2_async_unregister_subdev(&ak7375_dev->sd); in ak7375_subdev_cleanup()
118 v4l2_ctrl_handler_free(&ak7375_dev->ctrls_vcm); in ak7375_subdev_cleanup()
119 media_entity_cleanup(&ak7375_dev->sd.entity); in ak7375_subdev_cleanup()
142 struct ak7375_device *ak7375_dev; in ak7375_probe() local
145 ak7375_dev = devm_kzalloc(&client->dev, sizeof(*ak7375_dev), in ak7375_probe()
147 if (!ak7375_dev) in ak7375_probe()
150 v4l2_i2c_subdev_init(&ak7375_dev->sd, client, &ak7375_ops); in ak7375_probe()
151 ak7375_dev in ak7375_probe()
183 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_remove() local
202 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_vcm_suspend() local
238 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_vcm_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dak7375.c120 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev) in ak7375_subdev_cleanup() argument
122 v4l2_async_unregister_subdev(&ak7375_dev->sd); in ak7375_subdev_cleanup()
123 v4l2_ctrl_handler_free(&ak7375_dev->ctrls_vcm); in ak7375_subdev_cleanup()
124 media_entity_cleanup(&ak7375_dev->sd.entity); in ak7375_subdev_cleanup()
147 struct ak7375_device *ak7375_dev; in ak7375_probe() local
151 ak7375_dev = devm_kzalloc(&client->dev, sizeof(*ak7375_dev), in ak7375_probe()
153 if (!ak7375_dev) in ak7375_probe()
157 ak7375_dev->supplies[i].supply = ak7375_supply_names[i]; in ak7375_probe()
161 ak7375_dev in ak7375_probe()
200 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_remove() local
215 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_vcm_suspend() local
255 struct ak7375_device *ak7375_dev = sd_to_ak7375_vcm(sd); ak7375_vcm_resume() local
[all...]

Completed in 2 milliseconds