tw2804
static inline struct tw2804 *to_state(struct v4l2_subdev *sd)
return container_of(sd, struct tw2804, sd);
static inline struct tw2804 *to_state_from_ctrl(struct v4l2_ctrl *ctrl)
return container_of(ctrl->handler, struct tw2804, hdl);
struct tw2804 *state = to_state(sd);
struct tw2804 *state = to_state_from_ctrl(ctrl);
struct tw2804 *state = to_state_from_ctrl(ctrl);
struct tw2804 *dec = to_state(sd);
struct tw2804 *dec = to_state(sd);
struct tw2804 *state;
struct tw2804 *state = to_state(sd);