Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcthw20k1.c26 struct hw20k1 { struct
2095 guard(spinlock_irqsave)(&container_of(hw, struct hw20k1, hw)->reg_20k1_lock); in hw_read_20kx()
2102 guard(spinlock_irqsave)(&container_of(hw, struct hw20k1, hw)->reg_20k1_lock); in hw_write_20kx()
2109 guard(spinlock_irqsave)(&container_of(hw, struct hw20k1, hw)->reg_pci_lock); in hw_read_pci()
2116 guard(spinlock_irqsave)(&container_of(hw, struct hw20k1, hw)->reg_pci_lock); in hw_write_pci()
2227 struct hw20k1 *hw20k1; in create_20k1_hw_obj() local
2230 hw20k1 = kzalloc_obj(*hw20k1); in create_20k1_hw_obj()
2231 if (!hw20k1) in create_20k1_hw_obj()
2234 spin_lock_init(&hw20k1->reg_20k1_lock); in create_20k1_hw_obj()
2235 spin_lock_init(&hw20k1->reg_pci_lock); in create_20k1_hw_obj()
[all …]