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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/timers/
H A Dhpet_example.c27 struct hpet_command { struct
30 } hpet_command[] = { variable in typeref:struct:hpet_command
63 for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++)
64 if (!strcmp(argv[0], hpet_command[i].command)) {
68 hpet_command[i].command);
69 hpet_command[i].func(argc, argv);

Completed in 103 milliseconds