Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dvirtio_console.h74 #define VIRTIO_CONSOLE_PORT_OPEN 6 macro
/linux-6.6.21/drivers/char/
Dvirtio_console.c995 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 0); in port_fops_release()
1068 send_control_msg(filp->private_data, VIRTIO_CONSOLE_PORT_OPEN, 1); in port_fops_open()
1267 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in init_port_console()
1630 case VIRTIO_CONSOLE_PORT_OPEN: in handle_control_message()
2214 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in virtcons_restore()