Lines Matching refs:wf_control
153 struct wf_control *ct = container_of(kref, struct wf_control, ref); in wf_control_release()
166 struct wf_control *ctrl = container_of(attr, struct wf_control, attr); in wf_show_control()
195 struct wf_control *ctrl = container_of(attr, struct wf_control, attr); in wf_store_control()
211 int wf_register_control(struct wf_control *new_ct) in wf_register_control()
213 struct wf_control *ct; in wf_register_control()
246 void wf_unregister_control(struct wf_control *ct) in wf_unregister_control()
258 struct wf_control * wf_find_control(const char *name) in wf_find_control()
260 struct wf_control *ct; in wf_find_control()
276 int wf_get_control(struct wf_control *ct) in wf_get_control()
285 void wf_put_control(struct wf_control *ct) in wf_put_control()
414 struct wf_control *ct; in wf_register_client()