Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1070 hvsi_wait = wait_for_state; /* irqs active now */ in hvsi_init()
1082 hvsi_wait = poll_for_state; in hvsi_init()
1180 hvsi_wait = poll_for_state; /* no irqs yet; must poll */ in hvsi_console_init()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds