Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c152 struct virtqueue *c_ivq, *c_ovq; member
1709 vq = portdev->c_ivq; in control_work_handler()
1721 if (add_inbuf(portdev->c_ivq, buf) < 0) { in control_work_handler()
1906 portdev->c_ivq = vqs[j]; in init_vqs()
2071 err = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_probe()
2155 virtqueue_disable_cb(portdev->c_ivq); in virtcons_freeze()
2163 virtqueue_disable_cb(portdev->c_ivq); in virtcons_freeze()
2195 fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); in virtcons_restore()