Lines Matching refs:tw2804
39 struct tw2804 { struct
142 static inline struct tw2804 *to_state(struct v4l2_subdev *sd) in to_state()
144 return container_of(sd, struct tw2804, sd); in to_state()
147 static inline struct tw2804 *to_state_from_ctrl(struct v4l2_ctrl *ctrl) in to_state_from_ctrl()
149 return container_of(ctrl->handler, struct tw2804, hdl); in to_state_from_ctrl()
154 struct tw2804 *state = to_state(sd); in tw2804_log_status()
178 struct tw2804 *state = to_state_from_ctrl(ctrl); in tw2804_g_volatile_ctrl()
203 struct tw2804 *state = to_state_from_ctrl(ctrl); in tw2804_s_ctrl()
264 struct tw2804 *dec = to_state(sd); in tw2804_s_std()
289 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing()
362 struct tw2804 *state; in tw2804_probe()
423 struct tw2804 *state = to_state(sd); in tw2804_remove()