Searched refs:SERPORT_ACTIVE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | serport.c | 28 #define SERPORT_ACTIVE 2 macro 56 set_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_open() 69 clear_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_close() 126 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_receive() 265 if (test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_write_wakeup()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | serport.c | 28 #define SERPORT_ACTIVE 2 macro 56 set_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_open() 69 clear_bit(SERPORT_ACTIVE, &serport->flags); in serport_serio_close() 127 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_receive() 264 if (test_bit(SERPORT_ACTIVE, &serport->flags)) in serport_ldisc_write_wakeup()
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 11 #define SERPORT_ACTIVE 1 macro 32 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_receive_buf() 59 test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_wakeup() 82 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_buf() 141 set_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_open() 159 clear_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_close()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 11 #define SERPORT_ACTIVE 1 macro 32 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_receive_buf() 59 test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_wakeup() 82 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_buf() 141 set_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_open() 159 clear_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_close()
|
Completed in 4 milliseconds