Searched defs:dw9763_device (Results 1 – 1 of 1) sorted by relevance
45 struct dw9763_device { struct46 struct v4l2_ctrl_handler ctrls_vcm;47 struct i2c_client *client;48 struct v4l2_subdev sd;49 struct v4l2_device vdev;50 u16 current_val;74 static inline struct dw9763_device *to_dw9763_vcm(struct v4l2_ctrl *ctrl) in to_dw9763_vcm() argument