Home
last modified time | relevance | path

Searched refs:debilock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/media/av7110/
H A Dav7110_hw.h407 spin_lock_irqsave(&av7110->debilock, flags); in wdebi()
409 spin_unlock_irqrestore(&av7110->debilock, flags); in wdebi()
417 spin_lock_irqsave(&av7110->debilock, flags); in rdebi()
419 spin_unlock_irqrestore(&av7110->debilock, flags); in rdebi()
428 spin_lock_irqsave(&av7110->debilock, flags); in ARM_ResetMailBox()
431 spin_unlock_irqrestore(&av7110->debilock, flags); in ARM_ResetMailBox()
H A Dav7110.h146 spinlock_t debilock; member
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c254 spin_lock_irqsave(&budget->debilock, flags); in ttpci_budget_debiread()
257 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiread()
295 spin_lock_irqsave(&budget->debilock, flags); in ttpci_budget_debiwrite()
298 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiwrite()
495 spin_lock_init(&budget->debilock); in ttpci_budget_init()
H A Dbudget.h82 spinlock_t debilock; member