Searched refs:done_lock (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/staging/media/tegra-video/ |
D | tegra210.c | 272 spin_lock(&chan->done_lock); in dequeue_buf_done() 274 spin_unlock(&chan->done_lock); in dequeue_buf_done() 282 spin_unlock(&chan->done_lock); in dequeue_buf_done() 412 spin_lock(&chan->done_lock); in tegra_channel_capture_frame() 414 spin_unlock(&chan->done_lock); in tegra_channel_capture_frame()
|
D | vi.h | 199 spinlock_t done_lock; member
|
D | vi.c | 287 spin_lock(&chan->done_lock); in tegra_channel_release_buffers() 292 spin_unlock(&chan->done_lock); in tegra_channel_release_buffers() 1212 spin_lock_init(&chan->done_lock); in tegra_channel_init()
|
/linux-6.1.9/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 1084 spin_lock_irqsave(&q->done_lock, flags); in vb2_buffer_done() 1099 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_buffer_done() 1119 spin_lock_irqsave(&q->done_lock, flags); in vb2_discard_done() 1122 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_discard_done() 1909 spin_lock_irqsave(&q->done_lock, flags); in __vb2_get_done_vb() 1920 spin_unlock_irqrestore(&q->done_lock, flags); in __vb2_get_done_vb() 2448 spin_lock_init(&q->done_lock); in vb2_core_queue_init() 2559 spin_lock_irqsave(&q->done_lock, flags); in vb2_core_poll() 2563 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_core_poll()
|
/linux-6.1.9/drivers/scsi/libsas/ |
D | sas_internal.h | 188 spin_lock_init(&dev->done_lock); in sas_alloc_device()
|
D | sas_scsi_host.c | 106 spin_lock_irqsave(&dev->done_lock, flags); in sas_scsi_task_done() 111 spin_unlock_irqrestore(&dev->done_lock, flags); in sas_scsi_task_done() 574 spin_lock_irqsave(&dev->done_lock, flags); in sas_eh_handle_sas_errors() 580 spin_unlock_irqrestore(&dev->done_lock, flags); in sas_eh_handle_sas_errors()
|
D | sas_ata.c | 85 spin_lock_irqsave(&dev->done_lock, flags); in sas_ata_task_done() 90 spin_unlock_irqrestore(&dev->done_lock, flags); in sas_ata_task_done()
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 931 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data() 934 spin_unlock_irqrestore(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data() 936 spin_lock_irqsave(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data() 943 spin_unlock_irqrestore(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data()
|
/linux-6.1.9/include/media/ |
D | videobuf2-core.h | 618 spinlock_t done_lock; member
|
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 1021 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll() 1028 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll() 1029 spin_lock_irqsave(&dst_q->done_lock, flags); in s5p_mfc_poll() 1036 spin_unlock_irqrestore(&dst_q->done_lock, flags); in s5p_mfc_poll()
|
/linux-6.1.9/include/scsi/ |
D | libsas.h | 167 spinlock_t done_lock; member
|
/linux-6.1.9/drivers/media/platform/chips-media/ |
D | coda-common.c | 1187 spin_lock_irqsave(&dst_vq->done_lock, flags); in coda_mark_last_dst_buf() 1189 spin_unlock_irqrestore(&dst_vq->done_lock, flags); in coda_mark_last_dst_buf() 1198 spin_unlock_irqrestore(&dst_vq->done_lock, flags); in coda_mark_last_dst_buf()
|
/linux-6.1.9/drivers/scsi/hisi_sas/ |
D | hisi_sas_v2_hw.c | 2468 spin_lock_irqsave(&device->done_lock, flags); in slot_complete_v2_hw() 2470 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v2_hw() 2475 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v2_hw()
|
D | hisi_sas_v3_hw.c | 2353 spin_lock_irqsave(&device->done_lock, flags); in slot_complete_v3_hw() 2355 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v3_hw() 2360 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v3_hw()
|