Home
last modified time | relevance | path

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

/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c95 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
254 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_driver_unload()
255 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_driver_unload()
Dvirtgpu_vq.c65 schedule_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_ctrl_ack()
72 schedule_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_cursor_ack()
232 ctrlq.dequeue_work); in virtio_gpu_dequeue_ctrl_func()
277 cursorq.dequeue_work); in virtio_gpu_dequeue_cursor_func()
Dvirtgpu_drv.h148 struct work_struct dequeue_work; member
/drivers/usb/host/whci/
Dwhcd.h122 struct work_struct dequeue_work; member
Dasl.c336 queue_work(whc->workqueue, &wurb->dequeue_work); in asl_urb_dequeue()
Dqset.c397 struct whc_urb *wurb = container_of(work, struct whc_urb, dequeue_work); in urb_dequeue_work()
657 INIT_WORK(&wurb->dequeue_work, urb_dequeue_work); in qset_add_urb()
Dpzl.c365 queue_work(whc->workqueue, &wurb->dequeue_work); in pzl_urb_dequeue()