Home
last modified time | relevance | path

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

/linux/sound/drivers/pcsp/
H A Dpcsp.h77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
H A Dpcsp.c106 hrtimer_setup(&pcsp_chip.timer, pcsp_do_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_card_pcsp_probe()
H A Dpcsp_lib.c128 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer() function