Searched refs:state_spinlock (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c331 lockdep_assert_held(&inst->state_spinlock);
353 lockdep_assert_held(&inst->state_spinlock);
371 lockdep_assert_held(&inst->state_spinlock);
498 spin_lock_irqsave(&inst->state_spinlock, flags);
509 spin_unlock_irqrestore(&inst->state_spinlock, flags);
848 spin_lock_irqsave(&inst->state_spinlock, flags);
857 * Temporarily release the state_spinlock so that subsequent
860 spin_unlock_irqrestore(&inst->state_spinlock, flags);
865 spin_lock_irqsave(&inst->state_spinlock, flags);
903 spin_unlock_irqrestore(&inst->state_spinlock, flag
[all...]
H A Dwave5-vpuapi.h790 spinlock_t state_spinlock; /* This protects the instance state */
786 spinlock_t state_spinlock; /* This protects the instance state */ member in struct:vpu_instance

Completed in 127 milliseconds