Searched refs:bottom_cfg (Results 1 – 1 of 1) sorted by relevance
74 static int native_tty_conv_to_bottom_cfg(struct native_tty_bottom_cfg *bottom_cfg, in native_tty_conv_to_bottom_cfg() argument77 bottom_cfg->baudrate = cfg->baudrate; in native_tty_conv_to_bottom_cfg()81 bottom_cfg->parity = NTB_PARITY_NONE; in native_tty_conv_to_bottom_cfg()84 bottom_cfg->parity = NTB_PARITY_ODD; in native_tty_conv_to_bottom_cfg()87 bottom_cfg->parity = NTB_PARITY_EVEN; in native_tty_conv_to_bottom_cfg()95 bottom_cfg->stop_bits = NTB_STOP_BITS_1; in native_tty_conv_to_bottom_cfg()98 bottom_cfg->stop_bits = NTB_STOP_BITS_2; in native_tty_conv_to_bottom_cfg()106 bottom_cfg->data_bits = NTB_DATA_BITS_5; in native_tty_conv_to_bottom_cfg()109 bottom_cfg->data_bits = NTB_DATA_BITS_6; in native_tty_conv_to_bottom_cfg()112 bottom_cfg->data_bits = NTB_DATA_BITS_7; in native_tty_conv_to_bottom_cfg()[all …]