Home
last modified time | relevance | path

Searched defs:cx25840_state (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.h71 struct cx25840_state { struct
72 struct i2c_client *c;
73 struct v4l2_subdev sd;
74 struct v4l2_ctrl_handler hdl;
75 struct {
102 static inline struct cx25840_state *to_state(struct v4l2_subdev *sd) in to_state() argument