Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dak7375.c44 struct ak7375_device { struct
54 static inline struct ak7375_device *to_ak7375_vcm(struct v4l2_ctrl *ctrl) in to_ak7375_vcm() argument
56 return container_of(ctrl->handler, struct ak7375_device, ctrls_vcm); in to_ak7375_vcm()
59 static inline struct ak7375_device *sd_to_ak7375_vcm(struct v4l2_subdev *subdev) in sd_to_ak7375_vcm()
61 return container_of(subdev, struct ak7375_device, sd); in sd_to_ak7375_vcm()
64 static int ak7375_i2c_write(struct ak7375_device *ak7375, in ak7375_i2c_write()
88 struct ak7375_device *dev_vcm = to_ak7375_vcm(ctrl); in ak7375_set_ctrl()
120 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev) in ak7375_subdev_cleanup()
127 static int ak7375_init_controls(struct ak7375_device *dev_vcm) in ak7375_init_controls()
147 struct ak7375_device *ak7375_dev; in ak7375_probe()
[all …]