Searched refs:done_lock (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/staging/media/tegra-video/ |
D | tegra210.c | 357 spin_lock(&chan->done_lock); in dequeue_buf_done() 359 spin_unlock(&chan->done_lock); in dequeue_buf_done() 367 spin_unlock(&chan->done_lock); in dequeue_buf_done() 497 spin_lock(&chan->done_lock); in tegra_channel_capture_frame() 499 spin_unlock(&chan->done_lock); in tegra_channel_capture_frame()
|
D | vi.h | 216 spinlock_t done_lock; member
|
D | vi.c | 252 spin_lock(&chan->done_lock); in tegra_channel_release_buffers() 257 spin_unlock(&chan->done_lock); in tegra_channel_release_buffers() 1115 spin_lock_init(&chan->done_lock); in tegra_channel_init()
|
/linux-6.6.21/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 1070 spin_lock_irqsave(&q->done_lock, flags); in vb2_buffer_done() 1085 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_buffer_done() 1105 spin_lock_irqsave(&q->done_lock, flags); in vb2_discard_done() 1108 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_discard_done() 1895 spin_lock_irqsave(&q->done_lock, flags); in __vb2_get_done_vb() 1906 spin_unlock_irqrestore(&q->done_lock, flags); in __vb2_get_done_vb() 2442 spin_lock_init(&q->done_lock); in vb2_core_queue_init() 2553 spin_lock_irqsave(&q->done_lock, flags); in vb2_core_poll() 2557 spin_unlock_irqrestore(&q->done_lock, flags); in vb2_core_poll()
|
/linux-6.6.21/drivers/scsi/libsas/ |
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() 538 spin_lock_irqsave(&dev->done_lock, flags); in sas_eh_handle_sas_errors() 544 spin_unlock_irqrestore(&dev->done_lock, flags); in sas_eh_handle_sas_errors()
|
D | sas_internal.h | 204 spin_lock_init(&dev->done_lock); in sas_alloc_device()
|
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.6.21/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.6.21/include/media/ |
D | videobuf2-core.h | 630 spinlock_t done_lock; member
|
/linux-6.6.21/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 1036 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll() 1043 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll() 1044 spin_lock_irqsave(&dst_q->done_lock, flags); in s5p_mfc_poll() 1051 spin_unlock_irqrestore(&dst_q->done_lock, flags); in s5p_mfc_poll()
|
/linux-6.6.21/include/scsi/ |
D | libsas.h | 157 spinlock_t done_lock; member
|
/linux-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas_v2_hw.c | 2478 spin_lock_irqsave(&device->done_lock, flags); in slot_complete_v2_hw() 2480 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v2_hw() 2485 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v2_hw()
|
D | hisi_sas_v3_hw.c | 2414 spin_lock_irqsave(&device->done_lock, flags); in slot_complete_v3_hw() 2416 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v3_hw() 2421 spin_unlock_irqrestore(&device->done_lock, flags); in slot_complete_v3_hw()
|
/linux-6.6.21/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()
|