Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcttimer.c423 hw->irq_callback = ct_timer_interrupt; in ct_timer_new()
434 hw->irq_callback = NULL; in ct_timer_free()
H A Dcthardware.h181 void (*irq_callback)(void *data, unsigned int bit); member
H A Dcthw20k2.c2010 if (hw->irq_callback) in ct_20k2_interrupt()
2011 hw->irq_callback(hw->irq_callback_data, status); in ct_20k2_interrupt()
H A Dcthw20k1.c1886 if (hw->irq_callback) in ct_20k1_interrupt()
1887 hw->irq_callback(hw->irq_callback_data, status); in ct_20k1_interrupt()