Searched refs:SERPORT_ACTIVE (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.c31 #define SERPORT_ACTIVE 2 macro
59 set_bit(SERPORT_ACTIVE, &serport->flags);
72 clear_bit(SERPORT_ACTIVE, &serport->flags);
131 if (!test_bit(SERPORT_ACTIVE, &serport->flags))
211 if (test_bit(SERPORT_ACTIVE, &serport->flags))

Completed in 86 milliseconds