Searched refs:stop_bits (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dsynclink.h31 unsigned char stop_bits; member in struct:MGSL_PARAMS32
/linux-master/arch/mips/generic/
H A Dyamon-dt.c161 unsigned int uart, baud, stop_bits; local
176 baud = stop_bits = 0;
195 stop_bits = mode_var[0] - '0';
208 if (stop_bits != 7 && stop_bits != 8)
209 stop_bits = 8;
212 uart, baud, parity, stop_bits,
/linux-master/drivers/usb/serial/
H A Dcypress_m8.c293 int stop_bits, int parity_enable, int parity_type, int reset,
332 feature_buffer[4] |= (stop_bits << 3); /* assign stop bits in 1 bit space */
868 int data_bits, stop_bits, parity_type, parity_enable; local
883 stop_bits = cflag & CSTOPB ? 1 : 0;
904 dev_dbg(dev, "%s - sending %d stop_bits, %d parity_enable, %d parity_type, %d data_bits (+5)\n",
905 __func__, stop_bits, parity_enable, parity_type, data_bits);
908 data_bits, stop_bits,
291 cypress_serial_control(struct tty_struct *tty, struct usb_serial_port *port, speed_t baud_rate, int data_bits, int stop_bits, int parity_enable, int parity_type, int reset, int cypress_request_type) argument
H A Dmxuport.c842 u8 stop_bits; local
894 stop_bits = MX_STOP_BITS_2;
896 stop_bits = MX_STOP_BITS_1;
900 buf[2] = stop_bits;
928 dev_dbg(&port->dev, "stop_bits : %d\n", stop_bits);
/linux-master/include/uapi/linux/
H A Dsynclink.h167 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c865 u8 baud, data_bits, stop_bits, parity, x_on, x_off; local
927 stop_bits = RFCOMM_RPN_STOP_15;
929 stop_bits = RFCOMM_RPN_STOP_1;
994 data_bits, stop_bits, parity,
H A Dcore.c997 u8 bit_rate, u8 data_bits, u8 stop_bits,
1008 s, cr, dlci, bit_rate, data_bits, stop_bits, parity,
1023 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity);
1491 u8 stop_bits = 0; local
1509 stop_bits = RFCOMM_RPN_STOP_1;
1539 stop_bits = __get_rpn_stop_bits(rpn->line_settings);
1540 if (stop_bits != RFCOMM_RPN_STOP_1) {
1541 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits);
1542 stop_bits = RFCOMM_RPN_STOP_1;
1584 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits,
996 rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, u8 bit_rate, u8 data_bits, u8 stop_bits, u8 parity, u8 flow_ctrl_settings, u8 xon_char, u8 xoff_char, u16 param_mask) argument
[all...]
/linux-master/include/net/bluetooth/
H A Drfcomm.h229 u8 bit_rate, u8 data_bits, u8 stop_bits,
/linux-master/include/acpi/
H A Dactbl3.h112 u8 stop_bits; member in struct:acpi_table_spcr
H A Dacrestyp.h466 u8 stop_bits; member in struct:acpi_resource_uart_serialbus
488 /* Values for stop_bits field above */
/linux-master/drivers/acpi/acpica/
H A Drsdumpinfo.c508 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.stop_bits),
H A Drsserial.c592 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.stop_bits),
/linux-master/drivers/tty/
H A Dsynclink_gt.c337 .stop_bits = 1,
1079 tmp_params.stop_bits = info->params.stop_bits;
1110 info->params.stop_bits = tmp_params.stop_bits;
2461 info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1;
2472 info->params.stop_bits + 1;
4043 if (info->params.stop_bits != 1)

Completed in 212 milliseconds