Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dvirtio_console.c158 int chr_major; member
1396 devt = MKDEV(portdev->chr_major, id); in add_port()
1975 unregister_chrdev(portdev->chr_major, "virtio-portsdev"); in virtcons_remove()
2026 portdev->chr_major = register_chrdev(0, "virtio-portsdev", in virtcons_probe()
2028 if (portdev->chr_major < 0) { in virtcons_probe()
2031 portdev->chr_major, vdev->index); in virtcons_probe()
2032 err = portdev->chr_major; in virtcons_probe()
2120 unregister_chrdev(portdev->chr_major, "virtio-portsdev"); in virtcons_probe()