Home
last modified time | relevance | path

Searched refs:PORT_IMX (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_core.h116 #define PORT_IMX 62 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_core.h112 #define PORT_IMX 62 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_core.h68 #define PORT_IMX 62 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_core.h68 #define PORT_IMX 62 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_core.h68 #define PORT_IMX 62 macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dimx.c1807 return sport->port.type == PORT_IMX ? "IMX" : NULL; in imx_uart_type()
1818 sport->port.type = PORT_IMX; in imx_uart_config_port()
1824 * even then only between PORT_IMX and PORT_UNKNOWN
1832 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX) in imx_uart_verify_port()
2316 sport->port.type = PORT_IMX, in imx_uart_probe()
H A Dmxs-auart.c711 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()
1691 s->port.type = PORT_IMX; in mxs_auart_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dimx.c1804 return port->type == PORT_IMX ? "IMX" : NULL; in imx_uart_type()
1813 port->type = PORT_IMX; in imx_uart_config_port()
1819 * even then only between PORT_IMX and PORT_UNKNOWN
1826 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX) in imx_uart_verify_port()
2286 sport->port.type = PORT_IMX; in imx_uart_probe()
H A Dmxs-auart.c687 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()
1623 s->port.type = PORT_IMX; in mxs_auart_probe()

Completed in 14 milliseconds