sciport          3265 drivers/tty/serial/sh-sci.c 				      struct sci_port *sciport)
sciport          3290 drivers/tty/serial/sh-sci.c 	ret = sci_init_single(dev, sciport, index, p, false);
sciport          3294 drivers/tty/serial/sh-sci.c 	sciport->gpios = mctrl_gpio_init(&sciport->port, 0);
sciport          3295 drivers/tty/serial/sh-sci.c 	if (IS_ERR(sciport->gpios))
sciport          3296 drivers/tty/serial/sh-sci.c 		return PTR_ERR(sciport->gpios);
sciport          3298 drivers/tty/serial/sh-sci.c 	if (sciport->has_rtscts) {
sciport          3299 drivers/tty/serial/sh-sci.c 		if (mctrl_gpio_to_gpiod(sciport->gpios, UART_GPIO_CTS) ||
sciport          3300 drivers/tty/serial/sh-sci.c 		    mctrl_gpio_to_gpiod(sciport->gpios, UART_GPIO_RTS)) {
sciport          3304 drivers/tty/serial/sh-sci.c 		sciport->port.flags |= UPF_HARD_FLOW;
sciport          3307 drivers/tty/serial/sh-sci.c 	ret = uart_add_one_port(&sci_uart_driver, &sciport->port);
sciport          3309 drivers/tty/serial/sh-sci.c 		sci_cleanup_single(sciport);