Searched refs:cond_wait (Results 1 – 1 of 1) sorted by relevance
185 struct cond_wait { struct186 struct cond_wait *next; argument191 static void init_cond_wait(struct cond_wait *w, unsigned int data); argument192 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w);193 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *w);194 static void flush_cond_wait(struct cond_wait **head);273 struct cond_wait *gpio_wait_q;2354 struct cond_wait *w, *prev; in isr_gpio()3038 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()3045 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()[all …]