Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dserport.c32 #define SERPORT_ACTIVE 2 macro
60 set_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_open()
73 clear_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_close()
133 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_receive()
257 if (test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_write_wakeup()