Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/greybus/
Duart.c116 else if (receive_data->flags & GB_UART_RECV_FLAG_PARITY) in gb_uart_receive_data_handler()
/Linux-v5.4/include/linux/greybus/
Dgreybus_protocols.h1308 #define GB_UART_RECV_FLAG_PARITY 0x02 /* Parity error */ macro