Searched refs:done_lock (Results 1 - 14 of 14) sorted by path

/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1195 spin_lock_irqsave(&q->done_lock, flags);
1210 spin_unlock_irqrestore(&q->done_lock, flags);
1230 spin_lock_irqsave(&q->done_lock, flags);
1233 spin_unlock_irqrestore(&q->done_lock, flags);
1959 * All operations on vb_done_list are performed under done_lock
1962 * lock and the done_lock spinlock. Thus we can be sure that as
2054 spin_lock_irqsave(&q->done_lock, flags);
2065 spin_unlock_irqrestore(&q->done_lock, flags);
2626 spin_lock_init(&q->done_lock);
2739 spin_lock_irqsave(&q->done_lock, flag
[all...]
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1187 spin_lock_irqsave(&dst_vq->done_lock, flags);
1189 spin_unlock_irqrestore(&dst_vq->done_lock, flags);
1198 spin_unlock_irqrestore(&dst_vq->done_lock, flags);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c1040 spin_lock_irqsave(&src_q->done_lock, flags);
1047 spin_unlock_irqrestore(&src_q->done_lock, flags);
1048 spin_lock_irqsave(&dst_q->done_lock, flags);
1055 spin_unlock_irqrestore(&dst_q->done_lock, flags);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c934 spin_lock_irqsave(&src_q->done_lock, flags);
937 spin_unlock_irqrestore(&src_q->done_lock, flags);
939 spin_lock_irqsave(&dst_q->done_lock, flags);
946 spin_unlock_irqrestore(&dst_q->done_lock, flags);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c2478 spin_lock_irqsave(&device->done_lock, flags);
2480 spin_unlock_irqrestore(&device->done_lock, flags);
2485 spin_unlock_irqrestore(&device->done_lock, flags);
H A Dhisi_sas_v3_hw.c2421 spin_lock_irqsave(&device->done_lock, flags);
2423 spin_unlock_irqrestore(&device->done_lock, flags);
2428 spin_unlock_irqrestore(&device->done_lock, flags);
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c85 spin_lock_irqsave(&dev->done_lock, flags);
90 spin_unlock_irqrestore(&dev->done_lock, flags);
H A Dsas_internal.h201 spin_lock_init(&dev->done_lock);
H A Dsas_scsi_host.c106 spin_lock_irqsave(&dev->done_lock, flags);
111 spin_unlock_irqrestore(&dev->done_lock, flags);
538 spin_lock_irqsave(&dev->done_lock, flags);
544 spin_unlock_irqrestore(&dev->done_lock, flags);
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra210.c357 spin_lock(&chan->done_lock);
359 spin_unlock(&chan->done_lock);
367 spin_unlock(&chan->done_lock);
497 spin_lock(&chan->done_lock);
499 spin_unlock(&chan->done_lock);
H A Dvi.c252 spin_lock(&chan->done_lock);
257 spin_unlock(&chan->done_lock);
1117 spin_lock_init(&chan->done_lock);
H A Dvi.h164 * @done_lock: protects the capture done queue list
216 spinlock_t done_lock; member in struct:tegra_vi_channel
/linux-master/include/media/
H A Dvideobuf2-core.h584 * @done_lock: lock to protect done_list list
655 spinlock_t done_lock; member in struct:vb2_queue
/linux-master/include/scsi/
H A Dlibsas.h157 spinlock_t done_lock; member in struct:domain_device

Completed in 424 milliseconds