Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/drivers/tty/
Dtty_baudrate.c19 static const speed_t baud_table[] = {
61 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate()
96 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate()
146 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate()
237 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
Dmoxa.c211 static int MoxaPortSetTermio(struct moxa_port *, struct ktermios *, speed_t);
1737 static speed_t MoxaPortSetBaud(struct moxa_port *port, speed_t baud) in MoxaPortSetBaud()
1741 speed_t max; in MoxaPortSetBaud()
1756 speed_t baud) in MoxaPortSetTermio()
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dtermbits.h8 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-v4.19/arch/powerpc/include/uapi/asm/
Dtermbits.h13 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-v4.19/arch/ia64/include/uapi/asm/
Dtermbits.h17 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-v4.19/arch/alpha/include/uapi/asm/
Dtermbits.h8 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 */
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dtermbits.h21 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-v4.19/include/uapi/asm-generic/
Dtermbits.h8 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-v4.19/arch/mips/include/uapi/asm/
Dtermbits.h17 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-v4.19/arch/sparc/include/uapi/asm/
Dtermbits.h8 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-v4.19/drivers/usb/serial/
Dmct_u232.h88 speed_t value, speed_t *result);
Dpl2303.c151 speed_t max_baud_rate;
389 static speed_t pl2303_get_supported_baud_rate(speed_t baud) in pl2303_get_supported_baud_rate()
391 static const speed_t baud_sup[] = { in pl2303_get_supported_baud_rate()
418 static speed_t pl2303_encode_baud_rate_direct(unsigned char buf[4], in pl2303_encode_baud_rate_direct()
419 speed_t baud) in pl2303_encode_baud_rate_direct()
426 static speed_t pl2303_encode_baud_rate_divisor(unsigned char buf[4], in pl2303_encode_baud_rate_divisor()
427 speed_t baud) in pl2303_encode_baud_rate_divisor()
471 speed_t baud_sup; in pl2303_encode_baud_rate()
472 speed_t baud; in pl2303_encode_baud_rate()
480 baud = min_t(speed_t, baud, spriv->type->max_baud_rate); in pl2303_encode_baud_rate()
Dupd78f0730.c285 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()
Dcp210x.c248 speed_t max_speed;
1003 speed_t rate;
1004 speed_t high;
1042 static speed_t cp210x_get_an205_rate(speed_t baud) in cp210x_get_an205_rate()
1054 static speed_t cp210x_get_actual_rate(struct usb_serial *serial, speed_t baud) in cp210x_get_actual_rate()
1719 speed_t max; in cp210x_init_max_speed()
Dmct_u232.c120 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()
Df81232.c54 static int calc_baud_divisor(speed_t baudrate) in calc_baud_divisor()
345 static void f81232_set_baudrate(struct usb_serial_port *port, speed_t baudrate) in f81232_set_baudrate()
440 speed_t baudrate; in f81232_set_termios()
Dkeyspan_pda.c229 static speed_t keyspan_pda_setbaud(struct usb_serial *serial, speed_t baud) in keyspan_pda_setbaud()
317 speed_t speed; in keyspan_pda_set_termios()
Dir-usb.c322 speed_t baud; in ir_set_termios()
Dkl5kusb105.c410 speed_t baud; in klsi_105_set_termios()
Dbelkin_sa.c290 speed_t baud; in belkin_sa_set_termios()
Dcypress_m8.c235 static int analyze_baud_rate(struct usb_serial_port *port, speed_t new_rate) in analyze_baud_rate()
292 struct usb_serial_port *port, speed_t baud_rate, int data_bits, in cypress_serial_control()
/Linux-v4.19/include/linux/
Dtty.h508 extern speed_t tty_termios_baud_rate(struct ktermios *termios);
509 extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);
511 speed_t ibaud, speed_t obaud);
513 speed_t ibaud, speed_t obaud);
525 static inline speed_t tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
/Linux-v4.19/drivers/gnss/
Dserial.h17 speed_t speed;
Dsirf.c31 speed_t speed;
/Linux-v4.19/drivers/ata/
Dpata_sil680.c111 static const u16 speed_t[5] = { in sil680_set_piomode() local
131 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]); in sil680_set_piomode()

12