Lines Matching defs:enc_spinlock
126 * @enc_spinlock: Virtual-Encoder-Wide Spin Lock for IRQ purposes
175 spinlock_t enc_spinlock;
1469 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags);
1472 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags);
1511 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags);
1515 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags);
1534 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags);
1536 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags);
1539 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags);
1786 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags);
1822 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags);
2640 phys_params.enc_spinlock = &dpu_enc->enc_spinlock;
2768 spin_lock_init(&dpu_enc->enc_spinlock);
2931 phys_enc->enc_spinlock = p->enc_spinlock;