Searched refs:cond_wait (Results 1 – 1 of 1) sorted by relevance
183 struct cond_wait { struct184 struct cond_wait *next; argument189 static void init_cond_wait(struct cond_wait *w, unsigned int data); argument190 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w);191 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *w);192 static void flush_cond_wait(struct cond_wait **head);271 struct cond_wait *gpio_wait_q;2313 struct cond_wait *w, *prev; in isr_gpio()2990 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()2997 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()[all …]