Lines Matching refs:s2250
111 struct s2250 { struct
125 static inline struct s2250 *to_state(struct v4l2_subdev *sd) in to_state() argument
127 return container_of(sd, struct s2250, sd); in to_state()
191 struct s2250 *dec = i2c_get_clientdata(client); in write_reg_fp()
322 struct s2250 *state = to_state(sd); in s2250_s_video_routing()
346 struct s2250 *state = to_state(sd); in s2250_s_std()
365 struct s2250 *state = container_of(ctrl->handler, struct s2250, hdl); in s2250_s_ctrl()
405 struct s2250 *state = to_state(sd); in s2250_set_fmt()
427 struct s2250 *state = to_state(sd); in s2250_s_audio_routing()
449 struct s2250 *state = to_state(sd); in s2250_log_status()
501 struct s2250 *state; in s2250_probe()
512 state = kzalloc(sizeof(struct s2250), GFP_KERNEL); in s2250_probe()
605 struct s2250 *state = to_state(i2c_get_clientdata(client)); in s2250_remove()