Searched refs:tef6862_state (Results 1 – 1 of 1) sorted by relevance
49 struct tef6862_state { struct 54 static inline struct tef6862_state *to_state(struct v4l2_subdev *sd) in to_state() argument 56 return container_of(sd, struct tef6862_state, sd); in to_state() 93 struct tef6862_state *state = to_state(sd); in tef6862_s_frequency() 119 struct tef6862_state *state = to_state(sd); in tef6862_g_frequency() 146 struct tef6862_state *state; in tef6862_probe() 156 state = kzalloc(sizeof(struct tef6862_state), GFP_KERNEL); in tef6862_probe()