Home
last modified time | relevance | path

Searched refs:PORT_CPM (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dserial_core.h107 #define PORT_CPM 58 macro
/linux-4.4.14/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c659 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()
672 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
969 port->type = PORT_CPM; in cpm_uart_config_port()
1213 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.h22 #define PORT_CPM 0 macro
Dfsl_qe_udc.c232 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx()
244 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx()
2706 .data = (void *)PORT_CPM,
/linux-4.4.14/drivers/tty/serial/
Ducc_uart.c1046 port->type = PORT_CPM; in qe_uart_config_port()
1073 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()