mctrl_gpio_to_gpiod  144 drivers/tty/serial/8250/8250_omap.c 	if (!mctrl_gpio_to_gpiod(up->gpios, UART_GPIO_RTS)) {
mctrl_gpio_to_gpiod  459 drivers/tty/serial/8250/8250_omap.c 	    !mctrl_gpio_to_gpiod(up->gpios, UART_GPIO_RTS) &&
mctrl_gpio_to_gpiod  460 drivers/tty/serial/8250/8250_omap.c 	    !mctrl_gpio_to_gpiod(up->gpios, UART_GPIO_CTS)) {
mctrl_gpio_to_gpiod  666 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_CTS))
mctrl_gpio_to_gpiod  669 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DSR))
mctrl_gpio_to_gpiod  672 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_RI))
mctrl_gpio_to_gpiod  675 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DCD))
mctrl_gpio_to_gpiod  701 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_CTS))
mctrl_gpio_to_gpiod  704 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DSR))
mctrl_gpio_to_gpiod  707 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_RI))
mctrl_gpio_to_gpiod  710 drivers/tty/serial/atmel_serial.c 	if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DCD))
mctrl_gpio_to_gpiod 2246 drivers/tty/serial/atmel_serial.c 		    !mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_CTS)) {
mctrl_gpio_to_gpiod  972 drivers/tty/serial/mxs-auart.c #define RTS_AT_AUART()	!mctrl_gpio_to_gpiod(s->gpios, UART_GPIO_RTS)
mctrl_gpio_to_gpiod  973 drivers/tty/serial/mxs-auart.c #define CTS_AT_AUART()	!mctrl_gpio_to_gpiod(s->gpios, UART_GPIO_CTS)
mctrl_gpio_to_gpiod 1596 drivers/tty/serial/mxs-auart.c 		gpiod = mctrl_gpio_to_gpiod(s->gpios, i);
mctrl_gpio_to_gpiod   74 drivers/tty/serial/serial_mctrl_gpio.c EXPORT_SYMBOL_GPL(mctrl_gpio_to_gpiod);
mctrl_gpio_to_gpiod   56 drivers/tty/serial/serial_mctrl_gpio.h struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
mctrl_gpio_to_gpiod 2109 drivers/tty/serial/sh-sci.c 	} else if (!mctrl_gpio_to_gpiod(gpios, UART_GPIO_CTS)) {
mctrl_gpio_to_gpiod 2112 drivers/tty/serial/sh-sci.c 	if (!mctrl_gpio_to_gpiod(gpios, UART_GPIO_DSR))
mctrl_gpio_to_gpiod 2114 drivers/tty/serial/sh-sci.c 	if (!mctrl_gpio_to_gpiod(gpios, UART_GPIO_DCD))
mctrl_gpio_to_gpiod 3299 drivers/tty/serial/sh-sci.c 		if (mctrl_gpio_to_gpiod(sciport->gpios, UART_GPIO_CTS) ||
mctrl_gpio_to_gpiod 3300 drivers/tty/serial/sh-sci.c 		    mctrl_gpio_to_gpiod(sciport->gpios, UART_GPIO_RTS)) {