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()
181 struct wf_control *ctrl = container_of(attr, struct wf_control, attr); in wf_store_control()
197 int wf_register_control(struct wf_control *new_ct) in wf_register_control()
199 struct wf_control *ct; in wf_register_control()
232 void wf_unregister_control(struct wf_control *ct) in wf_unregister_control()
244 struct wf_control * wf_find_control(const char *name) in wf_find_control()
246 struct wf_control *ct; in wf_find_control()
262 int wf_get_control(struct wf_control *ct) in wf_get_control()
271 void wf_put_control(struct wf_control *ct) in wf_put_control()
400 struct wf_control *ct; in wf_register_client()