Searched refs:rtc_tasklet (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/
H A Drtctimer.c62 static struct tasklet_struct rtc_tasklet; variable in typeref:struct:tasklet_struct
84 tasklet_kill(&rtc_tasklet);
150 tasklet_init(&rtc_tasklet, rtctimer_tasklet, (unsigned long)timer);
154 rtc_task.private_data = &rtc_tasklet;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/
H A Drtctimer.c62 static struct tasklet_struct rtc_tasklet; variable in typeref:struct:tasklet_struct
84 tasklet_kill(&rtc_tasklet);
150 tasklet_init(&rtc_tasklet, rtctimer_tasklet, (unsigned long)timer);
154 rtc_task.private_data = &rtc_tasklet;

Completed in 116 milliseconds