Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_console.h74 #define VIRTIO_CONSOLE_PORT_OPEN 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_console.h74 #define VIRTIO_CONSOLE_PORT_OPEN 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_console.h74 #define VIRTIO_CONSOLE_PORT_OPEN 6 macro
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c1001 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 0); in port_fops_release()
1074 send_control_msg(filp->private_data, VIRTIO_CONSOLE_PORT_OPEN, 1); in port_fops_open()
1270 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in init_port_console()
1635 case VIRTIO_CONSOLE_PORT_OPEN: in handle_control_message()
2211 send_control_msg(port, VIRTIO_CONSOLE_PORT_OPEN, 1); in virtcons_restore()