Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dcttimer.c29 void (*free_global)(struct ct_timer *); member
330 .free_global = ct_xfitimer_free_global,
439 if (atimer->ops->free_global) in ct_timer_free()
440 atimer->ops->free_global(atimer); in ct_timer_free()