tef6862_state
struct tef6862_state *state = to_state(sd);
struct tef6862_state *state;
state = kzalloc_obj(struct tef6862_state);
static inline struct tef6862_state *to_state(struct v4l2_subdev *sd)
return container_of(sd, struct tef6862_state, sd);
struct tef6862_state *state = to_state(sd);