Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_baudrate.c20 static const speed_t baud_table[] = {
58 speed_t tty_termios_baud_rate(const struct ktermios *termios) in tty_termios_baud_rate()
88 speed_t tty_termios_input_baud_rate(const struct ktermios *termios) in tty_termios_input_baud_rate()
130 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate()
211 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
H A Dtty.h83 speed_t tty_termios_input_baud_rate(const struct ktermios *termios);
H A Dmoxa.c511 static int MoxaPortSetTermio(struct moxa_port *, struct ktermios *, speed_t);
2029 static speed_t MoxaPortSetBaud(struct moxa_port *port, speed_t baud) in MoxaPortSetBaud()
2033 speed_t max; in MoxaPortSetBaud()
2048 speed_t baud) in MoxaPortSetTermio()
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h23 speed_t c_ispeed; /* input speed */
24 speed_t c_ospeed; /* output speed */
36 speed_t c_ispeed; /* input speed */
37 speed_t c_ospeed; /* output speed */
49 speed_t c_ispeed; /* input speed */
50 speed_t c_ospeed; /* output speed */
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h30 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/arch/parisc/include/uapi/asm/
H A Dtermbits.h26 speed_t c_ispeed; /* input speed */
27 speed_t c_ospeed; /* output speed */
37 speed_t c_ispeed; /* input speed */
38 speed_t c_ospeed; /* output speed */
/linux/include/uapi/asm-generic/
H A Dtermbits.h26 speed_t c_ispeed; /* input speed */
27 speed_t c_ospeed; /* output speed */
37 speed_t c_ispeed; /* input speed */
38 speed_t c_ospeed; /* output speed */
H A Dtermbits-common.h6 typedef unsigned int speed_t; typedef
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h39 speed_t c_ispeed; /* input speed */
40 speed_t c_ospeed; /* output speed */
50 speed_t c_ispeed; /* input speed */
51 speed_t c_ospeed; /* output speed */
/linux/drivers/usb/serial/
H A Dmct_u232.h88 speed_t value, speed_t *result);
/linux/include/linux/
H A Dtty.h425 speed_t tty_termios_baud_rate(const struct ktermios *termios);
426 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud,
427 speed_t obaud);
428 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud,
429 speed_t obaud);
439 static inline speed_t tty_get_baud_rate(const struct tty_struct *tty) in tty_get_baud_rate()
/linux/drivers/gnss/
H A Dserial.h17 speed_t speed;
H A Dsirf.c41 speed_t speed;
/linux/drivers/ata/
H A Dpata_sil680.c108 static const u16 speed_t[5] = { in sil680_set_piomode() local
128 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]); in sil680_set_piomode()
/linux/drivers/bluetooth/
H A Dbtmtkuart.c67 speed_t desired_speed;
68 speed_t curr_speed;
/linux/drivers/ipack/devices/
H A Dipoctal.c504 speed_t baud; in ipoctal_set_termios()
/linux/drivers/tty/serial/
H A Dimx.c1830 (speed_t)tdiv64, (speed_t)tdiv64); in imx_uart_set_termios()