Home
last modified time | relevance | path

Searched refs:cflag (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dserial_sci.h46 void (*init_pins)(struct uart_port *, unsigned int cflag);
Dserial_core.h1021 void uart_update_timeout(struct uart_port *port, unsigned int cflag,
1296 #define UART_ENABLE_MS(port,cflag) ((port)->flags & UPF_HARDPPS_CD || \ argument
1297 (cflag) & CRTSCTS || \
1298 !((cflag) & CLOCAL))
Dtty.h448 unsigned char tty_get_char_size(unsigned int cflag);
449 unsigned char tty_get_frame_size(unsigned int cflag);
Dconsole.h345 int cflag; member