Home
last modified time | relevance | path

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

/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/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.c454 static int MoxaPortSetTermio(struct moxa_port *, struct ktermios *, speed_t);
1777 static speed_t MoxaPortSetBaud(struct moxa_port *port, speed_t baud) in MoxaPortSetBaud()
1781 speed_t max; in MoxaPortSetBaud()
1796 speed_t baud) in MoxaPortSetTermio()
/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);
H A Dupd78f0730.c282 static speed_t upd78f0730_get_baud_rate(struct tty_struct *tty) in upd78f0730_get_baud_rate()
284 const speed_t baud_rate = tty_get_baud_rate(tty); in upd78f0730_get_baud_rate()
285 static const speed_t supported[] = { in upd78f0730_get_baud_rate()
307 speed_t baud_rate; in upd78f0730_set_termios()
H A Dcp210x.c273 speed_t min_speed;
274 speed_t max_speed;
960 speed_t rate;
961 speed_t high;
999 static speed_t cp210x_get_an205_rate(speed_t baud) in cp210x_get_an205_rate()
1011 static speed_t cp210x_get_actual_rate(speed_t baud) in cp210x_get_actual_rate()
2033 speed_t min = 300; in cp210x_init_max_speed()
2034 speed_t max; in cp210x_init_max_speed()
H A Dch341.c158 static const speed_t ch341_min_rates[] = {
179 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor()
245 speed_t baud_rate, u8 lcr) in ch341_set_baudrate_lcr()
/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()