Home
last modified time | relevance | path

Searched refs:tef6862_state (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/radio/
Dtef6862.c61 struct tef6862_state { struct
66 static inline struct tef6862_state *to_state(struct v4l2_subdev *sd) in to_state() argument
68 return container_of(sd, struct tef6862_state, sd); in to_state()
105 struct tef6862_state *state = to_state(sd); in tef6862_s_frequency()
131 struct tef6862_state *state = to_state(sd); in tef6862_g_frequency()
159 struct tef6862_state *state; in tef6862_probe()
169 state = kzalloc(sizeof(struct tef6862_state), GFP_KERNEL); in tef6862_probe()