Lines Matching refs:virtio_console_control
174 struct virtio_console_control *);
177 struct virtio_console_control *);
189 struct virtio_console_control *, void *, size_t);
193 struct virtio_console_control *control);
601 struct virtio_console_control *control) in vtcon_ctrl_event_enqueue()
621 struct virtio_console_control *control; in vtcon_ctrl_event_create()
637 struct virtio_console_control *control) in vtcon_ctrl_event_requeue()
674 struct virtio_console_control *control; in vtcon_ctrl_event_drain()
847 struct virtio_console_control *control, void *data, size_t data_len) in vtcon_ctrl_process_event()
891 struct virtio_console_control *control; in vtcon_ctrl_task_cb()
907 if (len > sizeof(struct virtio_console_control)) { in vtcon_ctrl_task_cb()
909 data_len = len - sizeof(struct virtio_console_control); in vtcon_ctrl_task_cb()
947 struct virtio_console_control *control) in vtcon_ctrl_poll()
958 sizeof(struct virtio_console_control)); in vtcon_ctrl_poll()
983 struct virtio_console_control control; in vtcon_ctrl_send_control()