Lines Matching refs:s2250
119 struct s2250 { struct
133 static inline struct s2250 *to_state(struct v4l2_subdev *sd) in to_state() argument
135 return container_of(sd, struct s2250, sd); in to_state()
199 struct s2250 *dec = i2c_get_clientdata(client); in write_reg_fp()
330 struct s2250 *state = to_state(sd); in s2250_s_video_routing()
354 struct s2250 *state = to_state(sd); in s2250_s_std()
373 struct s2250 *state = container_of(ctrl->handler, struct s2250, hdl); in s2250_s_ctrl()
411 struct s2250 *state = to_state(sd); in s2250_s_mbus_fmt()
427 struct s2250 *state = to_state(sd); in s2250_s_audio_routing()
449 struct s2250 *state = to_state(sd); in s2250_log_status()
498 struct s2250 *state; in s2250_probe()
508 state = kzalloc(sizeof(struct s2250), GFP_KERNEL); in s2250_probe()
604 struct s2250 *state = to_state(i2c_get_clientdata(client)); in s2250_remove()