Lines Matching refs:watch_list
108 void init_watch_list(struct watch_list *wlist,
112 indicates a function that should be called when the watch_list object is
116 * ``void remove_watch_list(struct watch_list *wlist);``
118 This removes all of the watches subscribed to a watch_list and frees them
119 and then destroys the watch_list object itself.
165 The ``private`` field is the driver's data associated with the watch_list and
166 is cleaned up by the ``watch_list::release_watch()`` method.
178 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
186 int remove_watch_from_object(struct watch_list *wlist,
195 * ``int remove_watch_from_object(struct watch_list *wlist, NULL, 0, true);``
210 void post_watch_notification(struct watch_list *wlist,