Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_video.c293 queue_work(video->async_wq, &video->pump); in uvc_video_complete()
531 queue_work(video->async_wq, &video->pump); in uvcg_video_enable()
546 video->async_wq = alloc_workqueue("uvcgadget", WQ_UNBOUND | WQ_HIGHPRI, 0); in uvcg_video_init()
547 if (!video->async_wq) in uvcg_video_init()
H A Duvc.h91 struct workqueue_struct *async_wq; member
H A Df_uvc.c985 if (video->async_wq) in uvc_function_unbind()
986 destroy_workqueue(video->async_wq); in uvc_function_unbind()
H A Duvc_v4l2.c419 queue_work(video->async_wq, &video->pump); in uvc_v4l2_qbuf()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_driver.c181 if (stream->async_wq) in uvc_stream_delete()
182 destroy_workqueue(stream->async_wq); in uvc_stream_delete()
209 stream->async_wq = alloc_workqueue("uvcvideo", WQ_UNBOUND | WQ_HIGHPRI, in uvc_stream_new()
211 if (!stream->async_wq) { in uvc_stream_new()
H A Duvcvideo.h466 struct workqueue_struct *async_wq; member
H A Duvc_video.c1732 queue_work(stream->async_wq, &uvc_urb->work); in uvc_video_complete()
1859 flush_workqueue(stream->async_wq); in uvc_video_stop_transfer()