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

/linux-master/drivers/media/i2c/
H A Dak7375.c74 struct ak7375_device { struct
85 static inline struct ak7375_device *to_ak7375_vcm(struct v4l2_ctrl *ctrl)
87 return container_of(ctrl->handler, struct ak7375_device, ctrls_vcm);
90 static inline struct ak7375_device *sd_to_ak7375_vcm(struct v4l2_subdev *subdev)
92 return container_of(subdev, struct ak7375_device, sd);
95 static int ak7375_i2c_write(struct ak7375_device *ak7375,
119 struct ak7375_device *dev_vcm = to_ak7375_vcm(ctrl);
152 static void ak7375_subdev_cleanup(struct ak7375_device *ak7375_dev)
159 static int ak7375_init_controls(struct ak7375_device *dev_vcm)
180 struct ak7375_device *ak7375_de
[all...]

Completed in 103 milliseconds