Home
last modified time | relevance | path

Searched refs:hvsi_wait (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c87 static int (*hvsi_wait)(struct hvsi_struct *hp, int state); variable
570 ret = hvsi_wait(hp, HVSI_OPEN); in hvsi_get_mctrl()
639 ret = hvsi_wait(hp, HVSI_OPEN); in hvsi_handshake()
1069 hvsi_wait = wait_for_state; /* irqs active now */ in hvsi_init()
1083 hvsi_wait = poll_for_state; in hvsi_init()
1181 hvsi_wait = poll_for_state; /* no irqs yet; must poll */ in hvsi_console_init()