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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dserport.c32 #define SERPORT_DEAD 3 macro
73 set_bit(SERPORT_DEAD, &serport->flags);
172 wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags));
176 clear_bit(SERPORT_DEAD, &serport->flags);

Completed in 104 milliseconds