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

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

Completed in 179 milliseconds