Lines Matching refs:virtio_console_control
173 struct virtio_console_control *);
176 struct virtio_console_control *);
188 struct virtio_console_control *, void *, size_t);
192 struct virtio_console_control *control);
614 struct virtio_console_control *control) in vtcon_ctrl_event_enqueue()
634 struct virtio_console_control *control; in vtcon_ctrl_event_create()
650 struct virtio_console_control *control) in vtcon_ctrl_event_requeue()
687 struct virtio_console_control *control; in vtcon_ctrl_event_drain()
860 struct virtio_console_control *control, void *data, size_t data_len) in vtcon_ctrl_process_event()
907 struct virtio_console_control *control; in vtcon_ctrl_task_cb()
923 if (len > sizeof(struct virtio_console_control)) { in vtcon_ctrl_task_cb()
925 data_len = len - sizeof(struct virtio_console_control); in vtcon_ctrl_task_cb()
963 struct virtio_console_control *control) in vtcon_ctrl_poll()
974 sizeof(struct virtio_console_control)); in vtcon_ctrl_poll()
999 struct virtio_console_control control; in vtcon_ctrl_send_control()