Searched defs:cx25840_state (Results 1 – 1 of 1) sorted by relevance
77 struct cx25840_state { struct78 struct i2c_client *c;79 struct v4l2_subdev sd;80 struct v4l2_ctrl_handler hdl;81 struct {106 static inline struct cx25840_state *to_state(struct v4l2_subdev *sd) in to_state() argument