Searched refs:ak7375_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ak7375.c | 33 struct ak7375_device { struct 41 static inline struct ak7375_device *to_ak7375_vcm(struct v4l2_ctrl *ctrl) in to_ak7375_vcm() 43 return container_of(ctrl->handler, struct ak7375_device, ctrls_vcm); in to_ak7375_vcm() 46 static inline struct ak7375_device *sd_to_ak7375_vcm(struct v4l2_subdev *subdev) in sd_to_ak7375_vcm() 48 return container_of(subdev, struct ak7375_device, sd); in sd_to_ak7375_vcm() 51 static int ak7375_i2c_write(struct ak7375_device *ak7375, in ak7375_i2c_write() 75 struct ak7375_device *dev_vcm = to_ak7375_vcm(ctrl); in ak7375_set_ctrl() 115 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev) in ak7375_subdev_cleanup() 122 static int ak7375_init_controls(struct ak7375_device *dev_vcm) in ak7375_init_controls() 142 struct ak7375_device *ak7375_de in ak7375_probe() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ak7375.c | 44 struct ak7375_device { struct 54 static inline struct ak7375_device *to_ak7375_vcm(struct v4l2_ctrl *ctrl) in to_ak7375_vcm() 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_de in ak7375_probe() [all...] |
Completed in 1 milliseconds