Lines Matching refs:virtio_console_control
171 struct virtio_console_control *);
174 struct virtio_console_control *);
186 struct virtio_console_control *, void *, size_t);
190 struct virtio_console_control *control);
610 struct virtio_console_control *control) in vtcon_ctrl_event_enqueue()
630 struct virtio_console_control *control; in vtcon_ctrl_event_create()
646 struct virtio_console_control *control) in vtcon_ctrl_event_requeue()
683 struct virtio_console_control *control; in vtcon_ctrl_event_drain()
856 struct virtio_console_control *control, void *data, size_t data_len) in vtcon_ctrl_process_event()
903 struct virtio_console_control *control; in vtcon_ctrl_task_cb()
919 if (len > sizeof(struct virtio_console_control)) { in vtcon_ctrl_task_cb()
921 data_len = len - sizeof(struct virtio_console_control); in vtcon_ctrl_task_cb()
959 struct virtio_console_control *control) in vtcon_ctrl_poll()
970 sizeof(struct virtio_console_control)); in vtcon_ctrl_poll()
995 struct virtio_console_control control; in vtcon_ctrl_send_control()