Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_console.h74 #define VIRTIO_CONSOLE_PORT_OPEN 6 macro
/linux/drivers/char/
H A Dvirtio_console.c993 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 0); in port_fops_release()
1066 send_control_msg(filp->private_data, VIRTIO_CONSOLE_PORT_OPEN, 1); in port_fops_open()
1235 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in init_port_console()
1595 case VIRTIO_CONSOLE_PORT_OPEN: in handle_control_message()
2156 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in virtcons_restore()