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

/linux-master/include/uapi/linux/
H A Dserial_core.h98 #define PORT_IMX 62 macro
/linux-master/drivers/tty/serial/
H A Dimx.c1819 return port->type == PORT_IMX ? "IMX" : NULL;
1828 port->type = PORT_IMX;
1834 * even then only between PORT_IMX and PORT_UNKNOWN
1841 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX)
2301 sport->port.type = PORT_IMX;
H A Dmxs-auart.c687 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX)
1633 s->port.type = PORT_IMX;

Completed in 107 milliseconds