Home
last modified time | relevance | path

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

/drivers/media/pci/ttpci/
Dav7110_hw.h415 spin_lock_irqsave(&av7110->debilock, flags); in wdebi()
417 spin_unlock_irqrestore(&av7110->debilock, flags); in wdebi()
425 spin_lock_irqsave(&av7110->debilock, flags); in rdebi()
427 spin_unlock_irqrestore(&av7110->debilock, flags); in rdebi()
436 spin_lock_irqsave(&av7110->debilock, flags); in ARM_ResetMailBox()
439 spin_unlock_irqrestore(&av7110->debilock, flags); in ARM_ResetMailBox()
Dbudget-core.c245 spin_lock_irqsave(&budget->debilock, flags); in ttpci_budget_debiread()
249 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiread()
260 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiread()
268 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiread()
284 spin_lock_irqsave(&budget->debilock, flags); in ttpci_budget_debiwrite()
288 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiwrite()
300 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiwrite()
305 spin_unlock_irqrestore(&budget->debilock, flags); in ttpci_budget_debiwrite()
493 spin_lock_init(&budget->debilock); in ttpci_budget_init()
Dbudget.h71 spinlock_t debilock; member
Dav7110.c486 spin_lock(&av7110->debilock); in debiirq()
490 spin_unlock(&av7110->debilock); in debiirq()
511 spin_lock(&av7110->debilock); in gpioirq()
600 spin_unlock(&av7110->debilock); in gpioirq()
635 spin_unlock(&av7110->debilock); in gpioirq()
661 spin_unlock(&av7110->debilock); in gpioirq()
679 spin_unlock(&av7110->debilock); in gpioirq()
688 spin_unlock(&av7110->debilock); in gpioirq()
705 spin_unlock(&av7110->debilock); in gpioirq()
2646 spin_lock_init(&av7110->debilock); in av7110_attach()
Dav7110.h153 spinlock_t debilock; member