Searched refs:SERPORT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
28 #define SERPORT_ACTIVE 2 macro55 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()
11 #define SERPORT_ACTIVE 1 macro32 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_receive_buf()57 test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_wakeup()80 if (!test_bit(SERPORT_ACTIVE, &serport->flags)) in ttyport_write_buf()131 set_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_open()149 clear_bit(SERPORT_ACTIVE, &serport->flags); in ttyport_close()
Completed in 5 milliseconds