Lines Matching refs:cond_wait
159 struct cond_wait { struct
160 struct cond_wait *next; argument
165 static void flush_cond_wait(struct cond_wait **head); argument
242 struct cond_wait *gpio_wait_q;
2248 struct cond_wait *w, *prev; in isr_gpio()
2918 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()
2925 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()
2933 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait()
2935 struct cond_wait *w, *prev; in remove_cond_wait()
2949 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait()
2978 struct cond_wait wait; in wait_gpio()