Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/generic/
H A Dyamon-dt.c161 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()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dyamon-dt.c161 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()
/kernel/linux/linux-5.10/include/linux/
H A Dsynclink.h31 unsigned char stop_bits; member
/kernel/linux/linux-6.6/include/linux/
H A Dsynclink.h31 unsigned char stop_bits; member
/kernel/linux/linux-5.10/drivers/firmware/
H A Dpcdp.h39 u8 stop_bits; member
/kernel/linux/linux-6.6/drivers/firmware/
H A Dpcdp.h39 u8 stop_bits; member
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcypress_m8.c292 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control()
331 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()
919 dev_dbg(dev, "%s - sending %d stop_bits, %d parity_enable, %d parity_type, %d data_bits (+5)\n", in cypress_set_termios()
920 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios()
923 data_bits, stop_bits, in cypress_set_termios()
290 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) cypress_serial_control() argument
H A Dmxuport.c849 u8 stop_bits; in mxuport_set_termios() local
901 stop_bits = MX_STOP_BITS_2; in mxuport_set_termios()
903 stop_bits = MX_STOP_BITS_1; in mxuport_set_termios()
907 buf[2] = stop_bits; in mxuport_set_termios()
935 dev_dbg(&port->dev, "stop_bits : %d\n", stop_bits); in mxuport_set_termios()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcypress_m8.c293 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control()
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()
904 dev_dbg(dev, "%s - sending %d stop_bits, %d parity_enable, %d parity_type, %d data_bits (+5)\n", 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()
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) cypress_serial_control() argument
H A Dmxuport.c842 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()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dtty.c862 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local
924 stop_bits = RFCOMM_RPN_STOP_15; in rfcomm_tty_set_termios()
926 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_tty_set_termios()
991 data_bits, stop_bits, parity, in rfcomm_tty_set_termios()
H A Dcore.c993 u8 bit_rate, u8 data_bits, u8 stop_bits, in rfcomm_send_rpn()
1004 s, cr, dlci, bit_rate, data_bits, stop_bits, parity, in rfcomm_send_rpn()
1019 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); in rfcomm_send_rpn()
1487 u8 stop_bits = 0; in rfcomm_recv_rpn() local
1505 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn()
1535 stop_bits = __get_rpn_stop_bits(rpn->line_settings); in rfcomm_recv_rpn()
1536 if (stop_bits != RFCOMM_RPN_STOP_1) { in rfcomm_recv_rpn()
1537 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn()
1538 stop_bits = RFCOMM_RPN_STOP_1; in rfcomm_recv_rpn()
1580 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits, in rfcomm_recv_rpn()
992 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) rfcomm_send_rpn() argument
[all...]
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dtty.c865 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()
H A Dcore.c997 u8 bit_rate, u8 data_bits, u8 stop_bits, in rfcomm_send_rpn()
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()
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) rfcomm_send_rpn() argument
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsynclink.h167 unsigned char stop_bits; /* 1 or 2 stop bits */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsynclink.h167 unsigned char stop_bits; /* 1 or 2 stop bits */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsynclink.h148 unsigned char stop_bits; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsynclink.h139 unsigned char stop_bits; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsynclink.h148 unsigned char stop_bits; member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Drfcomm.h229 u8 bit_rate, u8 data_bits, u8 stop_bits,
/kernel/linux/linux-5.10/include/acpi/
H A Dactbl3.h112 u8 stop_bits; member
H A Dacrestyp.h456 u8 stop_bits; member
478 /* Values for stop_bits field above */
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Drfcomm.h229 u8 bit_rate, u8 data_bits, u8 stop_bits,
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl3.h112 u8 stop_bits; member
H A Dacrestyp.h466 u8 stop_bits; member
488 /* Values for stop_bits field above */

Completed in 29 milliseconds

12