Lines Matching refs:tw2804
40 struct tw2804 { struct
143 static inline struct tw2804 *to_state(struct v4l2_subdev *sd) in to_state()
145 return container_of(sd, struct tw2804, sd); in to_state()
148 static inline struct tw2804 *to_state_from_ctrl(struct v4l2_ctrl *ctrl) in to_state_from_ctrl()
150 return container_of(ctrl->handler, struct tw2804, hdl); in to_state_from_ctrl()
155 struct tw2804 *state = to_state(sd); in tw2804_log_status()
179 struct tw2804 *state = to_state_from_ctrl(ctrl); in tw2804_g_volatile_ctrl()
204 struct tw2804 *state = to_state_from_ctrl(ctrl); in tw2804_s_ctrl()
265 struct tw2804 *dec = to_state(sd); in tw2804_s_std()
290 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing()
363 struct tw2804 *state; in tw2804_probe()
371 state = kzalloc(sizeof(struct tw2804), GFP_KERNEL); in tw2804_probe()
426 struct tw2804 *state = to_state(sd); in tw2804_remove()