Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dserport.c28 #define SERPORT_ACTIVE 2 macro
55 set_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_open()
66 clear_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_close()
122 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_receive()
254 if (test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_write_wakeup()