Searched refs:timer_sysclass (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtimer.c52 static struct sysdev_class timer_sysclass = { variable in typeref:struct:sysdev_class
60 .cls = &timer_sysclass,
65 int error = sysdev_class_register(&timer_sysclass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtime.c176 static struct sysdev_class timer_sysclass = { variable in typeref:struct:sysdev_class
184 int ret = sysdev_class_register(&timer_sysclass);
188 sys_timer->dev.cls = &timer_sysclass;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtime.c469 static struct sysdev_class timer_sysclass = { variable in typeref:struct:sysdev_class
477 .cls = &timer_sysclass,
482 int error = sysdev_class_register(&timer_sysclass);
H A Di8259.c485 static struct sysdev_class timer_sysclass = { variable in typeref:struct:sysdev_class
492 .cls = &timer_sysclass,
497 int error = sysdev_class_register(&timer_sysclass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtime.c371 static struct sysdev_class timer_sysclass = { variable in typeref:struct:sysdev_class
481 int ret = sysdev_class_register(&timer_sysclass);
483 system_timer->dev.cls = &timer_sysclass;

Completed in 122 milliseconds