Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dserport.c29 #define SERPORT_DEAD 3 macro
186 wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); in serport_ldisc_read()
190 clear_bit(SERPORT_DEAD, &serport->flags); in serport_ldisc_read()
252 set_bit(SERPORT_DEAD, &serport->flags); in serport_ldisc_hangup()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds