Home
last modified time | relevance | path

Searched refs:max_nr_ports (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/char/
H A Dvirtio_console.c138 u32 max_nr_ports; member
1621 portdev->max_nr_ports) { in handle_control_message()
1626 portdev->max_nr_ports - 1); in handle_control_message()
1890 nr_ports = portdev->max_nr_ports; in init_vqs()
2084 portdev->max_nr_ports = 1; in virtcons_probe()
2089 struct virtio_console_config, max_nr_ports, in virtcons_probe()
2090 &portdev->max_nr_ports) == 0) { in virtcons_probe()
2091 if (portdev->max_nr_ports == 0 || in virtcons_probe()
2092 portdev->max_nr_ports > VIRTCONS_MAX_PORTS) { in virtcons_probe()
2095 portdev->max_nr_ports); in virtcons_probe()