Home
last modified time | relevance | path

Searched refs:change_speed (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/irda/
Dstir4200.c499 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/
D68328serial.c141 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);
Dcrisv10.c155 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/
Dirda_device.h130 int (*change_speed)(struct irda_task *task); member
/linux-4.4.14/drivers/tty/
Damiserial.c122 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/
Delsa_ser.c108 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/
Dftdi_sio.c1369 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()