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

/drivers/media/video/
H A Dwm8775.c57 struct wm8775_state { struct
67 static inline struct wm8775_state *to_state(struct v4l2_subdev *sd)
69 return container_of(sd, struct wm8775_state, sd);
74 return &container_of(ctrl->handler, struct wm8775_state, hdl)->sd;
97 struct wm8775_state *state = to_state(sd);
122 struct wm8775_state *state = to_state(sd);
170 struct wm8775_state *state = to_state(sd);
227 struct wm8775_state *state;
244 state = kzalloc(sizeof(struct wm8775_state), GFP_KERNEL);
318 struct wm8775_state *stat
[all...]

Completed in 131 milliseconds