Searched refs:cflag (Results 1 – 4 of 4) sorted by relevance
46 void (*init_pins)(struct uart_port *, unsigned int cflag);
1021 void uart_update_timeout(struct uart_port *port, unsigned int cflag,1296 #define UART_ENABLE_MS(port,cflag) ((port)->flags & UPF_HARDPPS_CD || \ argument1297 (cflag) & CRTSCTS || \1298 !((cflag) & CLOCAL))
448 unsigned char tty_get_char_size(unsigned int cflag);449 unsigned char tty_get_frame_size(unsigned int cflag);
345 int cflag; member