Lines Matching refs:ths7303_state
35 struct ths7303_state { struct
55 static inline struct ths7303_state *to_state(struct v4l2_subdev *sd) in to_state() argument
57 return container_of(sd, struct ths7303_state, sd); in to_state()
86 struct ths7303_state *state = to_state(sd); in ths7303_setval()
141 struct ths7303_state *state = to_state(sd); in ths7303_s_std_output()
154 struct ths7303_state *state = to_state(sd); in ths7303_config()
188 struct ths7303_state *state = to_state(sd); in ths7303_s_stream()
199 struct ths7303_state *state = to_state(sd); in ths7303_s_dv_timings()
282 struct ths7303_state *state = to_state(sd); in ths7303_log_status()
332 struct ths7303_state *state; in ths7303_probe()
346 state = devm_kzalloc(&client->dev, sizeof(struct ths7303_state), in ths7303_probe()