Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h92 #define C_CREAD(tty) _C_FLAG((tty), CREAD) macro
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c559 if (!tp || !C_CREAD(tp)) { in jsm_input()