Searched refs:change_speed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | amiserial.c | 112 static void change_speed(struct tty_struct *tty, struct serial_state *info, 538 change_speed(tty, info, NULL); in startup() 608 static void change_speed(struct tty_struct *tty, struct serial_state *info, in change_speed() function 1010 change_speed(tty, state, NULL); in set_serial_info() 1211 change_speed(tty, info, old_termios); in rs_set_termios()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | amiserial.c | 96 static void change_speed(struct tty_struct *tty, struct serial_state *info, 503 change_speed(tty, info, NULL); in startup() 568 static void change_speed(struct tty_struct *tty, struct serial_state *info, in change_speed() function 977 change_speed(tty, state, NULL); in set_serial_info() 1178 change_speed(tty, info, old_termios); in rs_set_termios()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ftdi_sio.c | 75 struct mutex cfg_lock; /* Avoid mess by parallel calls of config ioctl() and change_speed() */ 1390 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) in change_speed() function 1549 change_speed(tty, port); in set_serial_info() 2796 if (change_speed(tty, port)) in ftdi_set_termios()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | ftdi_sio.c | 91 struct mutex cfg_lock; /* Avoid mess by parallel calls of config ioctl() and change_speed() */ 1356 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) in change_speed() function 1482 change_speed(tty, port); in set_serial_info() 2738 if (change_speed(tty, port)) in ftdi_set_termios()
|
Completed in 11 milliseconds