/linux-4.4.14/include/linux/ |
D | synclink.h | 31 unsigned char stop_bits; member
|
/linux-4.4.14/drivers/firmware/ |
D | pcdp.h | 42 u8 stop_bits; member
|
/linux-4.4.14/drivers/usb/serial/ |
D | cypress_m8.c | 297 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument 336 feature_buffer[4] |= (stop_bits << 3); /* assign stop bits in 1 bit space */ in cypress_serial_control() 869 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 919 stop_bits = cflag & CSTOPB ? 1 : 0; in cypress_set_termios() 956 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios() 959 data_bits, stop_bits, in cypress_set_termios()
|
D | mxuport.c | 853 u8 stop_bits; in mxuport_set_termios() local 905 stop_bits = MX_STOP_BITS_2; in mxuport_set_termios() 907 stop_bits = MX_STOP_BITS_1; in mxuport_set_termios() 911 buf[2] = stop_bits; in mxuport_set_termios() 939 dev_dbg(&port->dev, "stop_bits : %d\n", stop_bits); in mxuport_set_termios()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | core.c | 963 u8 bit_rate, u8 data_bits, u8 stop_bits, in rfcomm_send_rpn() argument 974 s, cr, dlci, bit_rate, data_bits, stop_bits, parity, in rfcomm_send_rpn() 989 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); in rfcomm_send_rpn() 1457 u8 stop_bits = 0; in rfcomm_recv_rpn() local 1475 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn() 1505 stop_bits = __get_rpn_stop_bits(rpn->line_settings); in rfcomm_recv_rpn() 1506 if (stop_bits != RFCOMM_RPN_STOP_1) { in rfcomm_recv_rpn() 1507 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn() 1508 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn() 1550 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits, in rfcomm_recv_rpn()
|
D | tty.c | 876 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local 938 stop_bits = RFCOMM_RPN_STOP_15; in rfcomm_tty_set_termios() 940 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_tty_set_termios() 1005 data_bits, stop_bits, parity, in rfcomm_tty_set_termios()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 482 | IO_STATE (R_SERIAL0_TR_CTRL, stop_bits, one_bit) \ 516 | IO_STATE (R_SERIAL1_TR_CTRL, stop_bits, one_bit) \ 551 | IO_STATE (R_SERIAL2_TR_CTRL, stop_bits, one_bit) \ 587 | IO_STATE (R_SERIAL3_TR_CTRL, stop_bits, one_bit) \
|
D | debugport.c | 273 IO_STATE(R_SERIAL0_TR_CTRL, stop_bits, one_bit) | in start_port()
|
/linux-4.4.14/include/uapi/linux/ |
D | synclink.h | 166 unsigned char stop_bits; /* 1 or 2 stop bits */ member
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | ser_defs.h | 94 unsigned int stop_bits : 1; member
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 256 tr_ctrl.stop_bits = 1; /* 2 stop bits. */ in serial_setup()
|
/linux-4.4.14/include/net/bluetooth/ |
D | rfcomm.h | 228 u8 bit_rate, u8 data_bits, u8 stop_bits,
|
/linux-4.4.14/include/acpi/ |
D | acrestyp.h | 484 u8 stop_bits; member
|
D | actbl2.h | 1122 u8 stop_bits; member
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | rsserial.c | 413 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.stop_bits),
|
D | rsdumpinfo.c | 386 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.stop_bits),
|
/linux-4.4.14/drivers/tty/serial/ |
D | etraxfs-uart.c | 690 tx_ctrl.stop_bits = regk_ser_bits1; in etraxfs_uart_set_termios() 725 tx_ctrl.stop_bits = regk_ser_bits2; in etraxfs_uart_set_termios()
|
D | mpsc.c | 1408 u32 chr_bits, stop_bits, par; in mpsc_set_termios() local 1430 stop_bits = MPSC_MPCR_SBL_2; in mpsc_set_termios() 1432 stop_bits = MPSC_MPCR_SBL_1; in mpsc_set_termios() 1454 mpsc_set_stop_bit_length(pi, stop_bits); in mpsc_set_termios()
|
D | ioc3_serial.c | 591 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 599 baud, byte_size, stop_bits, parenb, parodd)); in config_port() 649 if (stop_bits) in config_port()
|
D | ioc4_serial.c | 1316 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 1322 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port() 1372 if (stop_bits) in config_port()
|
D | crisv10.c | 2865 IO_MASK(R_SERIAL0_TR_CTRL, stop_bits) | in change_speed() 2876 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, stop_bits, two_bits); in change_speed()
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 369 .stop_bits = 1, 1151 tmp_params.stop_bits = info->params.stop_bits; in get_params32() 1181 info->params.stop_bits = tmp_params.stop_bits; in set_params32() 2563 info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1; in change_params() 2574 info->params.stop_bits + 1; in change_params() 4171 if (info->params.stop_bits != 1) in async_mode()
|
D | synclinkmp.c | 2785 info->params.stop_bits = 2; in change_params() 2787 info->params.stop_bits = 1; in change_params() 2805 info->params.stop_bits + 1; in change_params() 4395 if (info->params.stop_bits != 1) in async_mode()
|
D | synclink.c | 1934 info->params.stop_bits = 2; in mgsl_change_params() 1936 info->params.stop_bits = 1; in mgsl_change_params() 1954 info->params.stop_bits + 1; in mgsl_change_params() 5895 if ( info->params.stop_bits != 1 ) in usc_set_async_mode()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1433 info->params.stop_bits = 2; in mgslpc_change_params() 1435 info->params.stop_bits = 1; in mgslpc_change_params() 1453 info->params.stop_bits + 1; in mgslpc_change_params() 3515 if (info->params.stop_bits != 1) in async_mode()
|