Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_core.h104 #define PORT_CPM 58 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_core.h115 #define PORT_CPM 58 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_core.h115 #define PORT_CPM 58 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c645 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()
658 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
951 port->type = PORT_CPM; in cpm_uart_config_port()
1200 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h18 #define PORT_CPM 0 macro
H A 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()
2690 .data = (void *)PORT_CPM,
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Ducc_uart.c1038 port->type = PORT_CPM; in qe_uart_config_port()
1065 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()