Searched refs:change_speed (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/irda/ |
D | stir4200.c | 499 static int change_speed(struct stir_cb *stir, unsigned speed) in change_speed() function 752 if (change_speed(stir, stir->speed)) in stir_transmit_thread() 769 change_speed(stir, new_speed)) in stir_transmit_thread() 862 err = change_speed(stir, 9600); in stir_net_open() 984 ret = change_speed(stir, irq->ifr_baudrate); in stir_net_ioctl()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 141 static void change_speed(struct m68k_serial *info, struct tty_struct *tty); 416 change_speed(info, tty); in startup() 502 static void change_speed(struct m68k_serial *info, struct tty_struct *tty) in change_speed() function 977 change_speed(info, tty);
|
D | crisv10.c | 155 static void change_speed(struct e100_serial *info); 2679 change_speed(info); in startup() 2789 change_speed(struct e100_serial *info) in change_speed() function 3281 change_speed(info); in set_serial_info() 3555 change_speed(info); in rs_set_termios()
|
/linux-4.4.14/include/net/irda/ |
D | irda_device.h | 130 int (*change_speed)(struct irda_task *task); member
|
/linux-4.4.14/drivers/tty/ |
D | amiserial.c | 122 static void change_speed(struct tty_struct *tty, struct serial_state *info, 588 change_speed(tty, info, NULL); in startup() 658 static void change_speed(struct tty_struct *tty, struct serial_state *info, in change_speed() function 1105 change_speed(tty, state, NULL); in set_serial_info() 1335 change_speed(tty, info, old_termios); in rs_set_termios()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | elsa_ser.c | 108 static void change_speed(struct IsdnCardState *cs, int baud) in change_speed() function 198 change_speed(cs, BASE_BAUD); in mstartup()
|
/linux-4.4.14/drivers/usb/serial/ |
D | ftdi_sio.c | 1369 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) in change_speed() function 1521 change_speed(tty, port); in set_serial_info() 2315 if (change_speed(tty, port)) in ftdi_set_termios()
|