Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsynclink.h58 #define ASYNC_PARITY_EVEN 1 macro
/linux/drivers/tty/
H A Dsynclink_gt.c2465 info->params.parity = (cflag & PARODD) ? ASYNC_PARITY_ODD : ASYNC_PARITY_EVEN; in change_params()