Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvsi.c100 static int (*hvsi_wait)(struct hvsi_struct *hp, int state); variable
668 ret = hvsi_wait(hp, HVSI_OPEN); in hvsi_get_mctrl()
737 ret = hvsi_wait(hp, HVSI_OPEN); in hvsi_handshake()
1174 hvsi_wait = wait_for_state; /* irqs active now */ in hvsi_init()
1271 hvsi_wait = poll_for_state; /* no irqs yet; must poll */ in hvsi_console_init()