ltq_port          105 drivers/tty/serial/lantiq.c 	int	(*fetch_irq)(struct device *dev, struct ltq_uart_port *ltq_port);
ltq_port          148 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          150 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          152 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          260 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          262 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          264 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          274 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          276 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          280 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          289 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          291 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          294 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          303 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          305 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          307 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          351 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          355 drivers/tty/serial/lantiq.c 	if (!IS_ERR(ltq_port->clk))
ltq_port          356 drivers/tty/serial/lantiq.c 		clk_prepare_enable(ltq_port->clk);
ltq_port          357 drivers/tty/serial/lantiq.c 	port->uartclk = clk_get_rate(ltq_port->freqclk);
ltq_port          359 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          379 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          381 drivers/tty/serial/lantiq.c 	retval = ltq_port->soc->request_irq(port);
ltq_port          393 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          396 drivers/tty/serial/lantiq.c 	ltq_port->soc->free_irq(port);
ltq_port          398 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          404 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          405 drivers/tty/serial/lantiq.c 	if (!IS_ERR(ltq_port->clk))
ltq_port          406 drivers/tty/serial/lantiq.c 		clk_disable_unprepare(ltq_port->clk);
ltq_port          419 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          473 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          501 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          625 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port;
ltq_port          631 drivers/tty/serial/lantiq.c 	ltq_port = lqasc_port[co->index];
ltq_port          632 drivers/tty/serial/lantiq.c 	if (!ltq_port)
ltq_port          635 drivers/tty/serial/lantiq.c 	spin_lock_irqsave(&ltq_port->lock, flags);
ltq_port          636 drivers/tty/serial/lantiq.c 	lqasc_serial_port_write(&ltq_port->port, s, count);
ltq_port          637 drivers/tty/serial/lantiq.c 	spin_unlock_irqrestore(&ltq_port->lock, flags);
ltq_port          643 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port;
ltq_port          653 drivers/tty/serial/lantiq.c 	ltq_port = lqasc_port[co->index];
ltq_port          654 drivers/tty/serial/lantiq.c 	if (!ltq_port)
ltq_port          657 drivers/tty/serial/lantiq.c 	port = &ltq_port->port;
ltq_port          659 drivers/tty/serial/lantiq.c 	if (!IS_ERR(ltq_port->clk))
ltq_port          660 drivers/tty/serial/lantiq.c 		clk_prepare_enable(ltq_port->clk);
ltq_port          662 drivers/tty/serial/lantiq.c 	port->uartclk = clk_get_rate(ltq_port->freqclk);
ltq_port          719 drivers/tty/serial/lantiq.c static int fetch_irq_lantiq(struct device *dev, struct ltq_uart_port *ltq_port)
ltq_port          721 drivers/tty/serial/lantiq.c 	struct uart_port *port = &ltq_port->port;
ltq_port          731 drivers/tty/serial/lantiq.c 	ltq_port->tx_irq = irqres[0].start;
ltq_port          732 drivers/tty/serial/lantiq.c 	ltq_port->rx_irq = irqres[1].start;
ltq_port          733 drivers/tty/serial/lantiq.c 	ltq_port->err_irq = irqres[2].start;
ltq_port          741 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          744 drivers/tty/serial/lantiq.c 	retval = request_irq(ltq_port->tx_irq, lqasc_tx_int,
ltq_port          751 drivers/tty/serial/lantiq.c 	retval = request_irq(ltq_port->rx_irq, lqasc_rx_int,
ltq_port          758 drivers/tty/serial/lantiq.c 	retval = request_irq(ltq_port->err_irq, lqasc_err_int,
ltq_port          767 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->rx_irq, port);
ltq_port          769 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->tx_irq, port);
ltq_port          775 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          777 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->tx_irq, port);
ltq_port          778 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->rx_irq, port);
ltq_port          779 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->err_irq, port);
ltq_port          782 drivers/tty/serial/lantiq.c static int fetch_irq_intel(struct device *dev, struct ltq_uart_port *ltq_port)
ltq_port          784 drivers/tty/serial/lantiq.c 	struct uart_port *port = &ltq_port->port;
ltq_port          792 drivers/tty/serial/lantiq.c 	ltq_port->common_irq = ret;
ltq_port          800 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          803 drivers/tty/serial/lantiq.c 	retval = request_irq(ltq_port->common_irq, lqasc_irq, 0,
ltq_port          813 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port = to_ltq_uart_port(port);
ltq_port          815 drivers/tty/serial/lantiq.c 	free_irq(ltq_port->common_irq, port);
ltq_port          822 drivers/tty/serial/lantiq.c 	struct ltq_uart_port *ltq_port;
ltq_port          835 drivers/tty/serial/lantiq.c 	ltq_port = devm_kzalloc(&pdev->dev, sizeof(struct ltq_uart_port),
ltq_port          837 drivers/tty/serial/lantiq.c 	if (!ltq_port)
ltq_port          840 drivers/tty/serial/lantiq.c 	port = &ltq_port->port;
ltq_port          842 drivers/tty/serial/lantiq.c 	ltq_port->soc = of_device_get_match_data(&pdev->dev);
ltq_port          843 drivers/tty/serial/lantiq.c 	ret = ltq_port->soc->fetch_irq(&pdev->dev, ltq_port);
ltq_port          878 drivers/tty/serial/lantiq.c 		ltq_port->freqclk = clk_get_fpi();
ltq_port          880 drivers/tty/serial/lantiq.c 		ltq_port->freqclk = devm_clk_get(&pdev->dev, "freq");
ltq_port          883 drivers/tty/serial/lantiq.c 	if (IS_ERR(ltq_port->freqclk)) {
ltq_port          890 drivers/tty/serial/lantiq.c 		ltq_port->clk = clk_get(&pdev->dev, NULL);
ltq_port          892 drivers/tty/serial/lantiq.c 		ltq_port->clk = devm_clk_get(&pdev->dev, "asc");
ltq_port          894 drivers/tty/serial/lantiq.c 	spin_lock_init(&ltq_port->lock);
ltq_port          895 drivers/tty/serial/lantiq.c 	lqasc_port[line] = ltq_port;
ltq_port          896 drivers/tty/serial/lantiq.c 	platform_set_drvdata(pdev, ltq_port);