| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_baudrate.c | 19 static const speed_t baud_table[] = { 57 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate() 92 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate() 142 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() 233 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | termios.h | 48 extern speed_t cfgetospeed (const struct termios *__termios_p) __THROW; 51 extern speed_t cfgetispeed (const struct termios *__termios_p) __THROW; 54 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW; 57 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW; 61 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | termios.h | 48 extern speed_t cfgetospeed (const struct termios *__termios_p) __THROW; 51 extern speed_t cfgetispeed (const struct termios *__termios_p) __THROW; 54 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW; 57 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW; 61 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | serial.c | 26 speed_t val; 51 speed_t 65 serialopen(char *device, speed_t speed) in serialopen()
|
| H A D | serial.h | 14 extern speed_t cvtspeed(char *); 15 extern int serialopen(char *, speed_t);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-struct.h | 32 speed_t c_ispeed; /* input speed */ 33 speed_t c_ospeed; /* output speed */
|
| H A D | termios.h | 24 typedef unsigned int speed_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-struct.h | 32 speed_t c_ispeed; /* input speed */ 33 speed_t c_ospeed; /* output speed */
|
| H A D | termios.h | 24 typedef unsigned int speed_t; typedef
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | mct_u232.h | 88 speed_t value, speed_t *result);
|
| H A D | pl2303.c | 186 speed_t max_baud_rate; 485 static speed_t pl2303_get_supported_baud_rate(speed_t baud) in pl2303_get_supported_baud_rate() 487 static const speed_t baud_sup[] = { in pl2303_get_supported_baud_rate() 514 static speed_t pl2303_encode_baud_rate_direct(unsigned char buf[4], in pl2303_encode_baud_rate_direct() 515 speed_t baud) in pl2303_encode_baud_rate_direct() 522 static speed_t pl2303_encode_baud_rate_divisor(unsigned char buf[4], in pl2303_encode_baud_rate_divisor() 523 speed_t baud) in pl2303_encode_baud_rate_divisor() 567 speed_t baud_sup; in pl2303_encode_baud_rate() 568 speed_t baud; in pl2303_encode_baud_rate() 576 baud = min_t(speed_t, baud, spriv->type->max_baud_rate); in pl2303_encode_baud_rate()
|
| H A D | f81232.c | 121 speed_t baud_base; 131 static int calc_baud_divisor(speed_t baudrate, speed_t clockrate) in calc_baud_divisor() 497 static int f81232_find_clk(speed_t baudrate) in f81232_find_clk() 511 struct usb_serial_port *port, speed_t baudrate, in f81232_set_baudrate() 512 speed_t old_baudrate) in f81232_set_baudrate() 520 speed_t baud_list[] = { baudrate, old_baudrate, F81232_DEF_BAUDRATE }; in f81232_set_baudrate() 638 speed_t baudrate; in f81232_set_termios() 639 speed_t old_baud; in f81232_set_termios()
|
| H A D | upd78f0730.c | 285 static speed_t upd78f0730_get_baud_rate(struct tty_struct *tty) in upd78f0730_get_baud_rate() 287 const speed_t baud_rate = tty_get_baud_rate(tty); in upd78f0730_get_baud_rate() 288 static const speed_t supported[] = { in upd78f0730_get_baud_rate() 310 speed_t baud_rate; in upd78f0730_set_termios()
|
| H A D | cp210x.c | 268 speed_t min_speed; 269 speed_t max_speed; 1218 speed_t rate; 1219 speed_t high; 1257 static speed_t cp210x_get_an205_rate(speed_t baud) in cp210x_get_an205_rate() 1269 static speed_t cp210x_get_actual_rate(speed_t baud) in cp210x_get_actual_rate() 2061 speed_t min = 300; in cp210x_init_max_speed() 2062 speed_t max; in cp210x_init_max_speed()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 533 extern speed_t tty_termios_baud_rate(struct ktermios *termios); 534 extern speed_t tty_termios_input_baud_rate(struct ktermios *termios); 536 speed_t ibaud, speed_t obaud); 538 speed_t ibaud, speed_t obaud); 550 static inline speed_t tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
|