Searched refs:C_CREAD (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ | ||
D | tty.h | 91 #define C_CREAD(tty) _C_FLAG((tty), CREAD) macro |
/linux-6.12.1/drivers/tty/serial/jsm/ | ||
D | jsm_tty.c | 559 if (!tp || !C_CREAD(tp)) { in jsm_input() |