asc_ports 50 drivers/tty/serial/st-asc.c static struct asc_port asc_ports[ASC_MAX_PORTS]; asc_ports 795 drivers/tty/serial/st-asc.c asc_ports[id].hw_flow_control = of_property_read_bool(np, asc_ports 797 drivers/tty/serial/st-asc.c asc_ports[id].force_m1 = of_property_read_bool(np, "st,force_m1"); asc_ports 798 drivers/tty/serial/st-asc.c asc_ports[id].port.line = id; asc_ports 799 drivers/tty/serial/st-asc.c asc_ports[id].rts = NULL; asc_ports 801 drivers/tty/serial/st-asc.c return &asc_ports[id]; asc_ports 880 drivers/tty/serial/st-asc.c struct uart_port *port = &asc_ports[co->index].port; asc_ports 923 drivers/tty/serial/st-asc.c ascport = &asc_ports[co->index];