Lines Matching refs:cond_wait
158 struct cond_wait { struct
159 struct cond_wait *next; argument
164 static void flush_cond_wait(struct cond_wait **head); argument
241 struct cond_wait *gpio_wait_q;
2247 struct cond_wait *w, *prev; in isr_gpio()
2917 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()
2924 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()
2932 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait()
2934 struct cond_wait *w, *prev; in remove_cond_wait()
2948 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait()
2977 struct cond_wait wait; in wait_gpio()