gpio_wait_q 271 drivers/tty/synclink_gt.c struct cond_wait *gpio_wait_q; gpio_wait_q 2316 drivers/tty/synclink_gt.c for (w = info->gpio_wait_q, prev = NULL ; w != NULL ; w = w->next) { gpio_wait_q 2323 drivers/tty/synclink_gt.c info->gpio_wait_q = w->next; gpio_wait_q 2461 drivers/tty/synclink_gt.c flush_cond_wait(&info->gpio_wait_q); gpio_wait_q 3075 drivers/tty/synclink_gt.c add_cond_wait(&info->gpio_wait_q, &wait); gpio_wait_q 3083 drivers/tty/synclink_gt.c remove_cond_wait(&info->gpio_wait_q, &wait); gpio_wait_q 3087 drivers/tty/synclink_gt.c if (info->gpio_wait_q == NULL)