Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dsys_timer.c29 static void poll_def_tmr(unsigned long dummy);
31 static DEFINE_TIMER(def_tmr, poll_def_tmr, 0, 0);
51 poll_def_tmr(unsigned long dummy) in poll_def_tmr() function