stop_bits         161 arch/mips/generic/yamon-dt.c 	unsigned int uart, baud, stop_bits;
stop_bits         176 arch/mips/generic/yamon-dt.c 	baud = stop_bits = 0;
stop_bits         195 arch/mips/generic/yamon-dt.c 			stop_bits = mode_var[0] - '0';
stop_bits         208 arch/mips/generic/yamon-dt.c 	if (stop_bits != 7 && stop_bits != 8)
stop_bits         209 arch/mips/generic/yamon-dt.c 		stop_bits = 8;
stop_bits         212 arch/mips/generic/yamon-dt.c 			 uart, baud, parity, stop_bits,
stop_bits         465 drivers/acpi/acpica/rsdumpinfo.c 	{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.stop_bits),
stop_bits         468 drivers/acpi/acpica/rsserial.c 	{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.stop_bits),
stop_bits        1433 drivers/char/pcmcia/synclink_cs.c 		info->params.stop_bits = 2;
stop_bits        1435 drivers/char/pcmcia/synclink_cs.c 		info->params.stop_bits = 1;
stop_bits        1453 drivers/char/pcmcia/synclink_cs.c 			info->params.stop_bits + 1;
stop_bits        3489 drivers/char/pcmcia/synclink_cs.c 	if (info->params.stop_bits != 1)
stop_bits          39 drivers/firmware/pcdp.h 	u8				stop_bits;
stop_bits        1930 drivers/tty/synclink.c 		info->params.stop_bits = 2;
stop_bits        1932 drivers/tty/synclink.c 		info->params.stop_bits = 1;
stop_bits        1950 drivers/tty/synclink.c 			info->params.stop_bits + 1;
stop_bits        5822 drivers/tty/synclink.c 	if ( info->params.stop_bits != 1 )
stop_bits         368 drivers/tty/synclink_gt.c 	.stop_bits       = 1,
stop_bits        1144 drivers/tty/synclink_gt.c 	tmp_params.stop_bits       = info->params.stop_bits;
stop_bits        1174 drivers/tty/synclink_gt.c 		info->params.stop_bits       = tmp_params.stop_bits;
stop_bits        2534 drivers/tty/synclink_gt.c 	info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1;
stop_bits        2545 drivers/tty/synclink_gt.c 			info->params.stop_bits + 1;
stop_bits        4135 drivers/tty/synclink_gt.c 	if (info->params.stop_bits != 1)
stop_bits        2765 drivers/tty/synclinkmp.c 		info->params.stop_bits = 2;
stop_bits        2767 drivers/tty/synclinkmp.c 		info->params.stop_bits = 1;
stop_bits        2785 drivers/tty/synclinkmp.c 			info->params.stop_bits + 1;
stop_bits        4380 drivers/tty/synclinkmp.c 	if (info->params.stop_bits != 1)
stop_bits         290 drivers/usb/serial/cypress_m8.c 	int stop_bits, int parity_enable, int parity_type, int reset,
stop_bits         329 drivers/usb/serial/cypress_m8.c 		feature_buffer[4] |= (stop_bits << 3);   /* assign stop bits in 1 bit space */
stop_bits         866 drivers/usb/serial/cypress_m8.c 	int data_bits, stop_bits, parity_type, parity_enable;
stop_bits         881 drivers/usb/serial/cypress_m8.c 	stop_bits = cflag & CSTOPB ? 1 : 0;
stop_bits         918 drivers/usb/serial/cypress_m8.c 		__func__, stop_bits, parity_enable, parity_type, data_bits);
stop_bits         921 drivers/usb/serial/cypress_m8.c 			data_bits, stop_bits,
stop_bits         849 drivers/usb/serial/mxuport.c 	u8 stop_bits;
stop_bits         901 drivers/usb/serial/mxuport.c 		stop_bits = MX_STOP_BITS_2;
stop_bits         903 drivers/usb/serial/mxuport.c 		stop_bits = MX_STOP_BITS_1;
stop_bits         907 drivers/usb/serial/mxuport.c 	buf[2] = stop_bits;
stop_bits         935 drivers/usb/serial/mxuport.c 	dev_dbg(&port->dev, "stop_bits	: %d\n", stop_bits);
stop_bits         456 include/acpi/acrestyp.h 	u8 stop_bits;
stop_bits         112 include/acpi/actbl3.h 	u8 stop_bits;
stop_bits          31 include/linux/synclink.h 	unsigned char	stop_bits;
stop_bits         230 include/net/bluetooth/rfcomm.h 			u8 bit_rate, u8 data_bits, u8 stop_bits,
stop_bits         167 include/uapi/linux/synclink.h 	unsigned char	stop_bits;	/* 1 or 2 stop bits */
stop_bits         960 net/bluetooth/rfcomm/core.c 			u8 bit_rate, u8 data_bits, u8 stop_bits,
stop_bits         971 net/bluetooth/rfcomm/core.c 		s, cr, dlci, bit_rate, data_bits, stop_bits, parity,
stop_bits         986 net/bluetooth/rfcomm/core.c 	rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity);
stop_bits        1454 net/bluetooth/rfcomm/core.c 	u8 stop_bits = 0;
stop_bits        1472 net/bluetooth/rfcomm/core.c 		stop_bits = RFCOMM_RPN_STOP_1;
stop_bits        1502 net/bluetooth/rfcomm/core.c 		stop_bits = __get_rpn_stop_bits(rpn->line_settings);
stop_bits        1503 net/bluetooth/rfcomm/core.c 		if (stop_bits != RFCOMM_RPN_STOP_1) {
stop_bits        1504 net/bluetooth/rfcomm/core.c 			BT_DBG("RPN stop bits mismatch 0x%x", stop_bits);
stop_bits        1505 net/bluetooth/rfcomm/core.c 			stop_bits = RFCOMM_RPN_STOP_1;
stop_bits        1547 net/bluetooth/rfcomm/core.c 	rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits,
stop_bits         862 net/bluetooth/rfcomm/tty.c 	u8 baud, data_bits, stop_bits, parity, x_on, x_off;
stop_bits         924 net/bluetooth/rfcomm/tty.c 		stop_bits = RFCOMM_RPN_STOP_15;
stop_bits         926 net/bluetooth/rfcomm/tty.c 		stop_bits = RFCOMM_RPN_STOP_1;
stop_bits         991 net/bluetooth/rfcomm/tty.c 				data_bits, stop_bits, parity,