Home
last modified time | relevance | path

Searched refs:ktermios (Results 1 – 25 of 166) sorted by relevance

1234567

/linux-2.6.39/include/asm-generic/
Dtermios.h64 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
101 struct ktermios *termios) in kernel_termios_to_user_termio()
115 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
122 struct ktermios *k) in kernel_termios_to_user_termios()
127 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
134 struct ktermios *k) in kernel_termios_to_user_termios_1()
139 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
146 struct ktermios *k) in kernel_termios_to_user_termios()
Dtermios-base.h14 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
51 struct ktermios *termios) in kernel_termios_to_user_termio()
/linux-2.6.39/drivers/bluetooth/
Dhci_ath.c54 struct ktermios ktermios; in ath_wakeup_ar3k() local
61 memcpy(&ktermios, tty->termios, sizeof(ktermios)); in ath_wakeup_ar3k()
62 ktermios.c_cflag &= ~CRTSCTS; in ath_wakeup_ar3k()
63 tty_set_termios(tty, &ktermios); in ath_wakeup_ar3k()
78 ktermios.c_cflag |= CRTSCTS; in ath_wakeup_ar3k()
79 status = tty_set_termios(tty, &ktermios); in ath_wakeup_ar3k()
/linux-2.6.39/arch/mips/include/asm/
Dtermios.h98 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
129 struct ktermios *termios) in kernel_termios_to_user_termio()
150 static inline int user_termios_to_kernel_termios(struct ktermios __user *k, in user_termios_to_kernel_termios()
157 struct ktermios *k) in kernel_termios_to_user_termios()
162 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
169 struct ktermios *k) in kernel_termios_to_user_termios_1()
/linux-2.6.39/include/linux/
Dserial_8250.h36 struct ktermios *new,
37 struct ktermios *old);
80 struct ktermios *termios, struct ktermios *old);
Dtty_driver.h262 void (*set_termios)(struct tty_struct *tty, struct ktermios * old);
302 struct ktermios init_termios; /* Initial termios */
311 struct ktermios **termios;
312 struct ktermios **termios_locked;
Dtty.h271 struct ktermios *termios, *termios_locked;
375 extern struct ktermios tty_std_termios;
443 extern speed_t tty_termios_baud_rate(struct ktermios *termios);
444 extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);
445 extern void tty_termios_encode_baud_rate(struct ktermios *termios,
449 extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);
450 extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b);
451 extern int tty_set_termios(struct tty_struct *tty, struct ktermios *kt);
Dserial_core.h238 void (*set_termios)(struct uart_port *, struct ktermios *new,
239 struct ktermios *old);
297 struct ktermios *new,
298 struct ktermios *old);
420 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
421 struct ktermios *old, unsigned int min,
Disdn.h501 struct ktermios normal_termios; /* For saving termios structs */
502 struct ktermios callout_termios;
514 struct ktermios *modem_termios[ISDN_MAX_CHANNELS];
515 struct ktermios *modem_termios_locked[ISDN_MAX_CHANNELS];
Dtty_ldisc.h135 void (*set_termios)(struct tty_struct *tty, struct ktermios * old);
Dgeneric_serial.h89 struct ktermios * old_termios);
/linux-2.6.39/drivers/tty/
Dtty_ioctl.c171 static void unset_locked_termios(struct ktermios *termios, in unset_locked_termios()
172 struct ktermios *old, in unset_locked_termios()
173 struct ktermios *locked) in unset_locked_termios()
243 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate()
278 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate()
327 void tty_termios_encode_baud_rate(struct ktermios *termios, in tty_termios_encode_baud_rate()
458 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw()
478 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) in tty_termios_hw_change()
500 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
502 struct ktermios old_termios; in tty_set_termios()
[all …]
/linux-2.6.39/drivers/tty/serial/
Dcrisv10.h112 struct ktermios normal_termios;
113 struct ktermios callout_termios;
Dmpc52xx_uart.c117 struct ktermios *new,
118 struct ktermios *old);
232 struct ktermios *new, in mpc5200_psc_set_baudrate()
233 struct ktermios *old) in mpc5200_psc_set_baudrate()
250 struct ktermios *new, in mpc5200b_psc_set_baudrate()
251 struct ktermios *old) in mpc5200b_psc_set_baudrate()
458 struct ktermios *new, in mpc512x_psc_set_baudrate()
459 struct ktermios *old) in mpc512x_psc_set_baudrate()
752 mpc52xx_uart_set_termios(struct uart_port *port, struct ktermios *new, in mpc52xx_uart_set_termios()
753 struct ktermios *old) in mpc52xx_uart_set_termios()
Dserial_core.c61 struct ktermios *old_termios);
334 uart_get_baud_rate(struct uart_port *port, struct ktermios *termios, in uart_get_baud_rate()
335 struct ktermios *old, unsigned int min, unsigned int max) in uart_get_baud_rate()
432 struct ktermios *old_termios) in uart_change_speed()
436 struct ktermios *termios; in uart_change_speed()
1192 struct ktermios *old_termios) in uart_set_termios()
1883 struct ktermios termios; in uart_set_options()
1884 static struct ktermios dummy; in uart_set_options()
1894 memset(&termios, 0, sizeof(struct ktermios)); in uart_set_options()
2045 struct ktermios termios; in uart_resume_port()
[all …]
/linux-2.6.39/arch/alpha/include/asm/
Dtermios.h84 struct ktermios *k_termios = (a_termios); \
116 struct ktermios *k_termios = (a_termios); \
Dtermbits.h30 struct ktermios { struct
/linux-2.6.39/include/net/irda/
Dircomm_tty.h129 struct ktermios *old_termios);
/linux-2.6.39/drivers/usb/serial/
Dconsole.c69 struct ktermios dummy; in usb_console_setup()
169 memset(&dummy, 0, sizeof(struct ktermios)); in usb_console_setup()
Dusb-wwan.h17 struct ktermios *old);
Dbelkin_sa.c101 struct usb_serial_port *port, struct ktermios * old);
351 struct usb_serial_port *port, struct ktermios *old_termios) in belkin_sa_set_termios()
364 struct ktermios *termios = tty->termios; in belkin_sa_set_termios()
Dempeg.c97 struct ktermios *termios = tty->termios; in empeg_init_termios()
Dir-usb.c95 struct usb_serial_port *port, struct ktermios *old_termios);
367 struct usb_serial_port *port, struct ktermios *old_termios) in ir_set_termios()
/linux-2.6.39/drivers/tty/serial/jsm/
Djsm_tty.c148 struct ktermios *termios; in jsm_tty_send_xchar()
190 struct ktermios *termios; in jsm_tty_open()
276 struct ktermios *ts; in jsm_tty_close()
307 struct ktermios *termios, in jsm_tty_set_termios()
308 struct ktermios *old_termios) in jsm_tty_set_termios()
/linux-2.6.39/arch/um/include/shared/
Dline.h75 extern void line_set_termios(struct tty_struct *tty, struct ktermios * old);

1234567