Searched refs:wm8739_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 Dwm8739.c55 struct wm8739_state { struct
67 static inline struct wm8739_state *to_state(struct v4l2_subdev *sd)
69 return container_of(sd, struct wm8739_state, sd);
74 return &container_of(ctrl->handler, struct wm8739_state, hdl)->sd;
102 struct wm8739_state *state = to_state(sd);
138 struct wm8739_state *state = to_state(sd);
173 struct wm8739_state *state = to_state(sd);
214 struct wm8739_state *state;
224 state = kzalloc(sizeof(struct wm8739_state), GFP_KERNEL);
271 struct wm8739_state *stat
[all...]

Completed in 63 milliseconds