Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dwm8775.c57 struct wm8775_state { struct
67 static inline struct wm8775_state *to_state(struct v4l2_subdev *sd) in to_state() argument
69 return container_of(sd, struct wm8775_state, sd); in to_state()
74 return &container_of(ctrl->handler, struct wm8775_state, hdl)->sd; in to_sd()
97 struct wm8775_state *state = to_state(sd); in wm8775_set_audio()
122 struct wm8775_state *state = to_state(sd); in wm8775_s_routing()
170 struct wm8775_state *state = to_state(sd); in wm8775_log_status()
227 struct wm8775_state *state; in wm8775_probe()
244 state = kzalloc(sizeof(struct wm8775_state), GFP_KERNEL); in wm8775_probe()
318 struct wm8775_state *state = to_state(sd); in wm8775_remove()