Searched refs:change_speed (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A D68328serial.c141 static void change_speed(struct m68k_serial *info, struct tty_struct *tty);
391 * (they will be reenabled in change_speed()) startup()
416 change_speed(info, tty); startup()
502 static void change_speed(struct m68k_serial *info, struct tty_struct *tty) change_speed() function
977 change_speed(info, tty); rs_set_termios()
H A Dcrisv10.c155 static void change_speed(struct e100_serial *info);
2621 * (they will be reenabled in change_speed()) startup()
2679 change_speed(info); startup()
2789 change_speed(struct e100_serial *info) change_speed() function
2924 } /* change_speed */
3281 change_speed(info); set_serial_info()
3555 change_speed(info); rs_set_termios()
/linux-4.4.14/drivers/net/irda/
H A Dstir4200.c499 static int change_speed(struct stir_cb *stir, unsigned speed) change_speed() function
752 if (change_speed(stir, stir->speed)) stir_transmit_thread()
769 change_speed(stir, new_speed)) stir_transmit_thread()
862 err = change_speed(stir, 9600); stir_net_open()
984 ret = change_speed(stir, irq->ifr_baudrate); stir_net_ioctl()
H A Dactisys-sir.c219 * change_speed for details). It is needed because the IrDA stack
H A Dali-ircc.c2167 /* Already protected (change_speed() or setup()), no need to lock. SIR2FIR()
2188 /* Already protected (change_speed() or setup()), no need to lock. FIR2SIR()
H A Dvia-ircc.c668 pr_debug("%s: change_speed to %d bps.\n", __func__, speed); via_ircc_change_speed()
/linux-4.4.14/drivers/isdn/hisax/
H A Delsa_ser.c108 static void change_speed(struct IsdnCardState *cs, int baud) change_speed() function
148 * (they will be reenabled in change_speed()) mstartup()
198 change_speed(cs, BASE_BAUD); mstartup()
/linux-4.4.14/drivers/tty/
H A Damiserial.c122 static void change_speed(struct tty_struct *tty, struct serial_state *info,
588 change_speed(tty, info, NULL); startup()
658 static void change_speed(struct tty_struct *tty, struct serial_state *info, change_speed() function
1105 change_speed(tty, state, NULL); set_serial_info()
1335 change_speed(tty, info, old_termios); rs_set_termios()
/linux-4.4.14/include/net/irda/
H A Dirda_device.h130 int (*change_speed)(struct irda_task *task); member in struct:dongle_reg
/linux-4.4.14/drivers/usb/serial/
H A Dftdi_sio.c79 struct mutex cfg_lock; /* Avoid mess by parallel calls of config ioctl() and change_speed() */
1369 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) change_speed() function
1521 change_speed(tty, port); set_serial_info()
2315 if (change_speed(tty, port)) ftdi_set_termios()

Completed in 332 milliseconds