Home
last modified time | relevance | path

Searched refs:GPIO_DCD (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/tty/serial/cpm_uart/
Dcpm_uart.h53 #define GPIO_DCD 2 macro
Dcpm_uart_core.c127 if (pinfo->gpios[GPIO_DCD] >= 0) { in cpm_uart_get_mctrl()
128 if (gpio_get_value(pinfo->gpios[GPIO_DCD])) in cpm_uart_get_mctrl()