Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Duvc_video.c290 queue_work(video->async_wq, &video->pump); in uvc_video_complete()
499 queue_work(video->async_wq, &video->pump); in uvcg_video_enable()
514 video->async_wq = alloc_workqueue("uvcgadget", WQ_UNBOUND | WQ_HIGHPRI, 0); in uvcg_video_init()
515 if (!video->async_wq) in uvcg_video_init()
Duvc.h91 struct workqueue_struct *async_wq; member
Df_uvc.c906 if (video->async_wq) in uvc_function_unbind()
907 destroy_workqueue(video->async_wq); in uvc_function_unbind()
Duvc_v4l2.c425 queue_work(video->async_wq, &video->pump); in uvc_v4l2_qbuf()
/Linux-v6.1/drivers/media/usb/uvc/
Duvc_driver.c179 if (stream->async_wq) in uvc_stream_delete()
180 destroy_workqueue(stream->async_wq); in uvc_stream_delete()
207 stream->async_wq = alloc_workqueue("uvcvideo", WQ_UNBOUND | WQ_HIGHPRI, in uvc_stream_new()
209 if (!stream->async_wq) { in uvc_stream_new()
Duvcvideo.h459 struct workqueue_struct *async_wq; member
Duvc_video.c1640 queue_work(stream->async_wq, &uvc_urb->work); in uvc_video_complete()
1767 flush_workqueue(stream->async_wq); in uvc_video_stop_transfer()