···311311 This call must not sleep312312313313 set_ldisc(port,termios)314314- Notifier for discipline change. See Documentation/serial/tty.rst.314314+ Notifier for discipline change. See Documentation/driver-api/serial/tty.rst.315315316316 Locking: caller holds tty_port->mutex317317
···1076710767MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD1076810768M: Jiri Slaby <jirislaby@gmail.com>1076910769S: Maintained1077010770-F: Documentation/serial/moxa-smartio.rst1077010770+F: Documentation/driver-api/serial/moxa-smartio.rst1077110771F: drivers/tty/mxser.*10772107721077310773MR800 AVERMEDIA USB FM RADIO DRIVER···1368913689P: Comtrol Corp.1369013690W: http://www.comtrol.com1369113691S: Maintained1369213692-F: Documentation/serial/rocket.rst1369213692+F: Documentation/driver-api/serial/rocket.rst1369313693F: drivers/tty/rocket*13694136941369513695ROCKETPORT EXPRESS/INFINITY DRIVER···1622816228M: Jiri Slaby <jslaby@suse.com>1622916229S: Supported1623016230T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git1623116231-F: Documentation/serial/1623116231+F: Documentation/driver-api/serial/1623216232F: drivers/tty/1623316233F: drivers/tty/serial/serial_core.c1623416234F: include/linux/serial_core.h
+2-2
drivers/tty/Kconfig
···175175 This driver supports Comtrol RocketPort and RocketModem PCI boards. 176176 These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or177177 modems. For information about the RocketPort/RocketModem boards178178- and this driver read <file:Documentation/serial/rocket.rst>.178178+ and this driver read <file:Documentation/driver-api/serial/rocket.rst>.179179180180 To compile this driver as a module, choose M here: the181181 module will be called rocket.···193193 your Linux box, for instance in order to become a dial-in server.194194195195 For information about the Cyclades-Z card, read196196- <file:Documentation/serial/cyclades_z.rst>.196196+ <file:Documentation/driver-api/serial/cyclades_z.rst>.197197198198 To compile this driver as a module, choose M here: the199199 module will be called cyclades.
+1-1
drivers/tty/serial/ucc_uart.c
···10811081}10821082/* UART operations10831083 *10841084- * Details on these functions can be found in Documentation/serial/driver.rst10841084+ * Details on these functions can be found in Documentation/driver-api/serial/driver.rst10851085 */10861086static const struct uart_ops qe_uart_pops = {10871087 .tx_empty = qe_uart_tx_empty,
+1-1
include/linux/serial_core.h
···32323333/*3434 * This structure describes all the operations that can be done on the3535- * physical hardware. See Documentation/serial/driver.rst for details.3535+ * physical hardware. See Documentation/driver-api/serial/driver.rst for details.3636 */3737struct uart_ops {3838 unsigned int (*tx_empty)(struct uart_port *);