Home
last modified time | relevance | path

Searched refs:PORT_8250_CIR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dserial_core.h51 #define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */ macro
/linux-4.1.27/drivers/tty/serial/8250/
D8250_pnp.c472 uart.port.type = PORT_8250_CIR; in serial_pnp_probe()
D8250_core.c307 [PORT_8250_CIR] = {
2152 if (port->type == PORT_8250_CIR) in serial8250_do_startup()
2883 if (port->type == PORT_8250_CIR) in serial8250_request_port()
3036 if (port->type == PORT_8250_CIR) in serial8250_config_port()
3844 if (uart && uart->port.type != PORT_8250_CIR) { in serial8250_register_8250_port()