Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dserial_core.h118 #define PORT_CPM 58 macro
/Linux-v5.4/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c652 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()
665 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
958 port->type = PORT_CPM; in cpm_uart_config_port()
1206 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
/Linux-v5.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.h18 #define PORT_CPM 0 macro
Dfsl_qe_udc.c228 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx()
240 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx()
2691 .data = (void *)PORT_CPM,
/Linux-v5.4/drivers/tty/serial/
Ducc_uart.c1044 port->type = PORT_CPM; in qe_uart_config_port()
1071 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()