Searched defs:saa711x_state (Results 1 – 1 of 1) sorted by relevance
75 struct saa711x_state { struct76 struct v4l2_subdev sd;77 struct v4l2_ctrl_handler hdl;101 static inline struct saa711x_state *to_state(struct v4l2_subdev *sd) in to_state() argument