Home
last modified time | relevance | path

Searched refs:SUNZILOG_FLAG_MODEM_STATUS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunzilog.c84 #define SUNZILOG_FLAG_MODEM_STATUS 0x00000010 macro
112 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS)
957 up->flags |= SUNZILOG_FLAG_MODEM_STATUS; in sunzilog_set_termios()
959 up->flags &= ~SUNZILOG_FLAG_MODEM_STATUS; in sunzilog_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunzilog.c84 #define SUNZILOG_FLAG_MODEM_STATUS 0x00000010 macro
112 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS)
955 up->flags |= SUNZILOG_FLAG_MODEM_STATUS; in sunzilog_set_termios()
957 up->flags &= ~SUNZILOG_FLAG_MODEM_STATUS; in sunzilog_set_termios()

Completed in 5 milliseconds