hvsi_wait          87 drivers/tty/hvc/hvsi.c static int (*hvsi_wait)(struct hvsi_struct *hp, int state);
hvsi_wait         570 drivers/tty/hvc/hvsi.c 	ret = hvsi_wait(hp, HVSI_OPEN);
hvsi_wait         639 drivers/tty/hvc/hvsi.c 	ret = hvsi_wait(hp, HVSI_OPEN);
hvsi_wait        1070 drivers/tty/hvc/hvsi.c 	hvsi_wait = wait_for_state; /* irqs active now */
hvsi_wait        1167 drivers/tty/hvc/hvsi.c 	hvsi_wait = poll_for_state; /* no irqs yet; must poll */