| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | termbits.h | 8 typedef unsigned int speed_t; typedef 25 speed_t c_ispeed; /* input speed */ 26 speed_t c_ospeed; /* output speed */ 38 speed_t c_ispeed; /* input speed */ 39 speed_t c_ospeed; /* output speed */ 51 speed_t c_ispeed; /* input speed */ 52 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/drivers/tty/ |
| D | tty_baudrate.c | 20 static const speed_t baud_table[] = { 58 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate() 93 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate() 143 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() 238 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
|
| D | tty.h | 76 speed_t tty_termios_input_baud_rate(struct ktermios *termios);
|
| D | moxa.c | 211 static int MoxaPortSetTermio(struct moxa_port *, struct ktermios *, speed_t); 1727 static speed_t MoxaPortSetBaud(struct moxa_port *port, speed_t baud) in MoxaPortSetBaud() 1731 speed_t max; in MoxaPortSetBaud() 1746 speed_t baud) in MoxaPortSetTermio()
|
| D | mxser.c | 185 speed_t max_baud; 276 speed_t max_baud; 470 static int mxser_set_baud(struct tty_struct *tty, speed_t newspd) in mxser_set_baud() 1060 speed_t baud; in mxser_set_serial_info()
|
| /Linux-v5.15/arch/xtensa/include/uapi/asm/ |
| D | termbits.h | 21 typedef unsigned int speed_t; typedef 41 speed_t c_ispeed; /* input speed */ 42 speed_t c_ospeed; /* output speed */ 52 speed_t c_ispeed; /* input speed */ 53 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | termbits.h | 8 typedef unsigned int speed_t; typedef 28 speed_t c_ispeed; /* input speed */ 29 speed_t c_ospeed; /* output speed */ 39 speed_t c_ispeed; /* input speed */ 40 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | termbits.h | 8 typedef unsigned int speed_t; typedef 28 speed_t c_ispeed; /* input speed */ 29 speed_t c_ospeed; /* output speed */ 39 speed_t c_ispeed; /* input speed */ 40 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/arch/powerpc/include/uapi/asm/ |
| D | termbits.h | 13 typedef unsigned int speed_t; typedef 30 speed_t c_ispeed; /* input speed */ 31 speed_t c_ospeed; /* output speed */ 43 speed_t c_ispeed; /* input speed */ 44 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/arch/ia64/include/uapi/asm/ |
| D | termbits.h | 17 typedef unsigned int speed_t; typedef 37 speed_t c_ispeed; /* input speed */ 38 speed_t c_ospeed; /* output speed */ 48 speed_t c_ispeed; /* input speed */ 49 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | termbits.h | 17 typedef unsigned int speed_t; typedef 41 speed_t c_ispeed; /* input speed */ 42 speed_t c_ospeed; /* output speed */ 52 speed_t c_ispeed; /* input speed */ 53 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | termbits.h | 8 typedef unsigned int speed_t; typedef 48 speed_t c_ispeed; /* input speed */ 49 speed_t c_ospeed; /* output speed */ 59 speed_t c_ispeed; /* input speed */ 60 speed_t c_ospeed; /* output speed */
|
| /Linux-v5.15/drivers/usb/serial/ |
| D | mct_u232.h | 88 speed_t value, speed_t *result);
|
| D | pl2303.c | 188 speed_t max_baud_rate; 560 static speed_t pl2303_get_supported_baud_rate(speed_t baud) in pl2303_get_supported_baud_rate() 562 static const speed_t baud_sup[] = { in pl2303_get_supported_baud_rate() 589 static speed_t pl2303_encode_baud_rate_direct(unsigned char buf[4], in pl2303_encode_baud_rate_direct() 590 speed_t baud) in pl2303_encode_baud_rate_direct() 597 static speed_t pl2303_encode_baud_rate_divisor(unsigned char buf[4], in pl2303_encode_baud_rate_divisor() 598 speed_t baud) in pl2303_encode_baud_rate_divisor() 636 static speed_t pl2303_encode_baud_rate_divisor_alt(unsigned char buf[4], in pl2303_encode_baud_rate_divisor_alt() 637 speed_t baud) in pl2303_encode_baud_rate_divisor_alt() 681 speed_t baud_sup; in pl2303_encode_baud_rate() [all …]
|
| D | f81232.c | 121 speed_t baud_base; 131 static int calc_baud_divisor(speed_t baudrate, speed_t clockrate) in calc_baud_divisor() 496 static int f81232_find_clk(speed_t baudrate) in f81232_find_clk() 510 struct usb_serial_port *port, speed_t baudrate, in f81232_set_baudrate() 511 speed_t old_baudrate) in f81232_set_baudrate() 519 speed_t baud_list[] = { baudrate, old_baudrate, F81232_DEF_BAUDRATE }; in f81232_set_baudrate() 632 speed_t baudrate; in f81232_set_termios() 633 speed_t old_baud; in f81232_set_termios()
|
| D | upd78f0730.c | 279 static speed_t upd78f0730_get_baud_rate(struct tty_struct *tty) in upd78f0730_get_baud_rate() 281 const speed_t baud_rate = tty_get_baud_rate(tty); in upd78f0730_get_baud_rate() 282 static const speed_t supported[] = { in upd78f0730_get_baud_rate() 304 speed_t baud_rate; in upd78f0730_set_termios()
|
| D | cp210x.c | 258 speed_t min_speed; 259 speed_t max_speed; 993 speed_t rate; 994 speed_t high; 1032 static speed_t cp210x_get_an205_rate(speed_t baud) in cp210x_get_an205_rate() 1044 static speed_t cp210x_get_actual_rate(speed_t baud) in cp210x_get_actual_rate() 2040 speed_t min = 300; in cp210x_init_max_speed() 2041 speed_t max; in cp210x_init_max_speed()
|
| D | mct_u232.c | 120 speed_t value, speed_t *result) in mct_u232_calculate_baud_rate() 175 struct usb_serial *serial, struct usb_serial_port *port, speed_t value) in mct_u232_set_baud_rate() 181 speed_t speed; in mct_u232_set_baud_rate()
|
| D | keyspan_pda.c | 254 static speed_t keyspan_pda_setbaud(struct usb_serial *serial, speed_t baud) in keyspan_pda_setbaud() 336 speed_t speed; in keyspan_pda_set_termios()
|
| D | ch341.c | 157 static const speed_t ch341_min_rates[] = { 178 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor() 244 speed_t baud_rate, u8 lcr) in ch341_set_baudrate_lcr()
|
| D | ir-usb.c | 384 speed_t baud; in ir_set_termios()
|
| D | belkin_sa.c | 288 speed_t baud; in belkin_sa_set_termios()
|
| /Linux-v5.15/include/linux/ |
| D | tty.h | 342 extern speed_t tty_termios_baud_rate(struct ktermios *termios); 344 speed_t ibaud, speed_t obaud); 346 speed_t ibaud, speed_t obaud); 358 static inline speed_t tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
|
| /Linux-v5.15/drivers/gnss/ |
| D | serial.h | 17 speed_t speed;
|
| /Linux-v5.15/drivers/ata/ |
| D | pata_sil680.c | 112 static const u16 speed_t[5] = { in sil680_set_piomode() local 132 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]); in sil680_set_piomode()
|