Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/serio/
Dserport.c27 #define SERPORT_BUSY 1 macro
164 if (test_and_set_bit(SERPORT_BUSY, &serport->flags)) in serport_ldisc_read()
189 clear_bit(SERPORT_BUSY, &serport->flags); in serport_ldisc_read()