Searched refs:set_timer_tick (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | cttimer.c | 149 hw->set_timer_tick(hw, ticks); in ct_xfitimer_irq_rearm() 160 hw->set_timer_tick(hw, 0); in ct_xfitimer_irq_stop()
|
H A D | cthardware.h | 178 int (*set_timer_tick)(struct hw *hw, unsigned int tick); member
|
H A D | cthw20k2.c | 1114 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick() function 2324 .set_timer_tick = set_timer_tick,
|
H A D | cthw20k1.c | 1171 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick() function 2251 .set_timer_tick = set_timer_tick,
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | cttimer.c | 149 hw->set_timer_tick(hw, ticks); in ct_xfitimer_irq_rearm() 160 hw->set_timer_tick(hw, 0); in ct_xfitimer_irq_stop()
|
H A D | cthardware.h | 178 int (*set_timer_tick)(struct hw *hw, unsigned int tick); member
|
H A D | cthw20k2.c | 1114 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick() function 2320 .set_timer_tick = set_timer_tick,
|
H A D | cthw20k1.c | 1171 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick() function 2247 .set_timer_tick = set_timer_tick,
|
Completed in 15 milliseconds