Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dcttimer.c29 void (*free_global)(struct ct_timer *); member
329 .free_global = ct_xfitimer_free_global,
438 if (atimer->ops->free_global) in ct_timer_free()
439 atimer->ops->free_global(atimer); in ct_timer_free()