Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c78 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
238 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
239 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
Dvirtgpu_vq.c48 schedule_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_ctrl_ack()
56 schedule_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_cursor_ack()
180 ctrlq.dequeue_work); in virtio_gpu_dequeue_ctrl_func()
236 cursorq.dequeue_work); in virtio_gpu_dequeue_cursor_func()
Dvirtgpu_drv.h158 struct work_struct dequeue_work; member
/Linux-v5.4/drivers/staging/wusbcore/host/whci/
Dwhcd.h109 struct work_struct dequeue_work; member
Dasl.c323 queue_work(whc->workqueue, &wurb->dequeue_work); in asl_urb_dequeue()
Dpzl.c352 queue_work(whc->workqueue, &wurb->dequeue_work); in pzl_urb_dequeue()
Dqset.c386 struct whc_urb *wurb = container_of(work, struct whc_urb, dequeue_work); in urb_dequeue_work()
646 INIT_WORK(&wurb->dequeue_work, urb_dequeue_work); in qset_add_urb()