Home
last modified time | relevance | path

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

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