Searched refs:flush_status (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/usb/uvc/
H A Duvc_status.c319 * barrier is needed so the flush_status change is visible to other
323 smp_store_release(&dev->flush_status, true);
337 * won't resubmit the URB as flush_status is set, but it needs to be
347 * The barrier is needed to make sure that flush_status is visible to
351 smp_store_release(&dev->flush_status, false);
H A Duvcvideo.h583 bool flush_status; member in struct:uvc_device
H A Duvc_ctrl.c1579 if (smp_load_acquire(&dev->flush_status))

Completed in 225 milliseconds