Searched refs:retinfo (Results 1 – 2 of 2) sorted by relevance
757 static int uart_get_info(struct tty_port *port, struct serial_struct *retinfo) in uart_get_info() argument772 retinfo->type = uport->type; in uart_get_info()773 retinfo->line = uport->line; in uart_get_info()774 retinfo->port = uport->iobase; in uart_get_info()776 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()777 retinfo->irq = uport->irq; in uart_get_info()778 retinfo->flags = (__force int)uport->flags; in uart_get_info()779 retinfo->xmit_fifo_size = uport->fifosize; in uart_get_info()780 retinfo->baud_base = uport->uartclk / 16; in uart_get_info()781 retinfo->close_delay = jiffies_to_msecs(port->close_delay) / 10; in uart_get_info()[all …]
1487 unsigned int __user *retinfo) in get_lsr_info() argument1495 if (copy_to_user(retinfo, &result, sizeof(unsigned int))) in get_lsr_info()