Home
last modified time | relevance | path

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

/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