Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dserport.c29 #define SERPORT_DEAD 3 macro
187 wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); in serport_ldisc_read()
191 clear_bit(SERPORT_DEAD, &serport->flags); in serport_ldisc_read()
252 set_bit(SERPORT_DEAD, &serport->flags); in serport_ldisc_hangup()