Searched refs:set_timer_irq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | cttimer.c | 151 hw->set_timer_irq(hw, 1); in ct_xfitimer_irq_rearm() 159 hw->set_timer_irq(hw, 0); in ct_xfitimer_irq_stop() 419 if (!use_system_timer && hw->set_timer_irq) { in ct_timer_new()
|
H A D | cthardware.h | 177 int (*set_timer_irq)(struct hw *hw, int enable); member
|
H A D | cthw20k2.c | 1108 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq() function 2323 .set_timer_irq = set_timer_irq,
|
H A D | cthw20k1.c | 1165 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq() function 2250 .set_timer_irq = set_timer_irq,
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | cttimer.c | 151 hw->set_timer_irq(hw, 1); in ct_xfitimer_irq_rearm() 159 hw->set_timer_irq(hw, 0); in ct_xfitimer_irq_stop() 419 if (!use_system_timer && hw->set_timer_irq) { in ct_timer_new()
|
H A D | cthardware.h | 177 int (*set_timer_irq)(struct hw *hw, int enable); member
|
H A D | cthw20k2.c | 1108 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq() function 2319 .set_timer_irq = set_timer_irq,
|
H A D | cthw20k1.c | 1165 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq() function 2246 .set_timer_irq = set_timer_irq,
|
Completed in 16 milliseconds