/linux-6.6.21/arch/mips/generic/ |
D | yamon-dt.c | 161 unsigned int uart, baud, stop_bits; in yamon_dt_serial_config() local 176 baud = stop_bits = 0; in yamon_dt_serial_config() 195 stop_bits = mode_var[0] - '0'; in yamon_dt_serial_config() 208 if (stop_bits != 7 && stop_bits != 8) in yamon_dt_serial_config() 209 stop_bits = 8; in yamon_dt_serial_config() 212 uart, baud, parity, stop_bits, in yamon_dt_serial_config()
|
/linux-6.6.21/include/linux/ |
D | synclink.h | 31 unsigned char stop_bits; member
|
/linux-6.6.21/drivers/usb/serial/ |
D | cypress_m8.c | 293 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument 332 feature_buffer[4] |= (stop_bits << 3); /* assign stop bits in 1 bit space */ in cypress_serial_control() 868 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 883 stop_bits = cflag & CSTOPB ? 1 : 0; in cypress_set_termios() 905 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios() 908 data_bits, stop_bits, in cypress_set_termios()
|
D | mxuport.c | 842 u8 stop_bits; in mxuport_set_termios() local 894 stop_bits = MX_STOP_BITS_2; in mxuport_set_termios() 896 stop_bits = MX_STOP_BITS_1; in mxuport_set_termios() 900 buf[2] = stop_bits; in mxuport_set_termios() 928 dev_dbg(&port->dev, "stop_bits : %d\n", stop_bits); in mxuport_set_termios()
|
/linux-6.6.21/drivers/firmware/ |
D | pcdp.h | 39 u8 stop_bits; member
|
/linux-6.6.21/net/bluetooth/rfcomm/ |
D | core.c | 997 u8 bit_rate, u8 data_bits, u8 stop_bits, in rfcomm_send_rpn() argument 1008 s, cr, dlci, bit_rate, data_bits, stop_bits, parity, in rfcomm_send_rpn() 1023 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); in rfcomm_send_rpn() 1491 u8 stop_bits = 0; in rfcomm_recv_rpn() local 1509 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn() 1539 stop_bits = __get_rpn_stop_bits(rpn->line_settings); in rfcomm_recv_rpn() 1540 if (stop_bits != RFCOMM_RPN_STOP_1) { in rfcomm_recv_rpn() 1541 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn() 1542 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn() 1584 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits, in rfcomm_recv_rpn()
|
D | tty.c | 865 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local 927 stop_bits = RFCOMM_RPN_STOP_15; in rfcomm_tty_set_termios() 929 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_tty_set_termios() 994 data_bits, stop_bits, parity, in rfcomm_tty_set_termios()
|
/linux-6.6.21/include/uapi/linux/ |
D | synclink.h | 167 unsigned char stop_bits; /* 1 or 2 stop bits */ member
|
/linux-6.6.21/include/net/bluetooth/ |
D | rfcomm.h | 229 u8 bit_rate, u8 data_bits, u8 stop_bits,
|
/linux-6.6.21/include/acpi/ |
D | actbl3.h | 112 u8 stop_bits; member
|
D | acrestyp.h | 466 u8 stop_bits; member
|
/linux-6.6.21/drivers/tty/ |
D | synclink_gt.c | 337 .stop_bits = 1, 1079 tmp_params.stop_bits = info->params.stop_bits; in get_params32() 1110 info->params.stop_bits = tmp_params.stop_bits; in set_params32() 2461 info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1; in change_params() 2472 info->params.stop_bits + 1; in change_params() 4043 if (info->params.stop_bits != 1) in async_mode()
|
/linux-6.6.21/drivers/acpi/acpica/ |
D | rsdumpinfo.c | 508 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.stop_bits),
|
D | rsserial.c | 592 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.stop_bits),
|