Searched defs:saa711x_state (Results 1 – 1 of 1) sorted by relevance
62 struct saa711x_state { struct63 struct v4l2_subdev sd;65 struct media_pad pads[DEMOD_NUM_PADS];67 struct v4l2_ctrl_handler hdl;91 static inline struct saa711x_state *to_state(struct v4l2_subdev *sd) in to_state() argument