Query: serial8250_register_8250_port
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SERIAL8250_REGISTER_(9) 16x50 UART Driver SERIAL8250_REGISTER_(9)NAMEserial8250_register_8250_port - register a serial portSYNOPSISint serial8250_register_8250_port(struct uart_8250_port * up);ARGUMENTSup serial port templateDESCRIPTIONConfigure the serial port specified by the request. If the port exists and is in use, it is hung up and unregistered first. The port is then probed and if necessary the IRQ is autodetected If this fails an error is returned. On success the port is ready to use and the line number is returned.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SERIAL8250_REGISTER_(9)