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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dwm8775.c55 struct wm8775_state { struct
62 static inline struct wm8775_state *to_state(struct v4l2_subdev *sd)
64 return container_of(sd, struct wm8775_state, sd);
69 return &container_of(ctrl->handler, struct wm8775_state, hdl)->sd;
93 struct wm8775_state *state = to_state(sd);
117 struct wm8775_state *state = to_state(sd);
140 struct wm8775_state *state = to_state(sd);
149 struct wm8775_state *state = to_state(sd);
206 struct wm8775_state *state;
216 state = kzalloc(sizeof(struct wm8775_state), GFP_KERNE
[all...]

Completed in 35 milliseconds