Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/timers/
Dhpet_example.c27 struct hpet_command { struct
30 } hpet_command[] = { argument
63 for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++) in main()
64 if (!strcmp(argv[0], hpet_command[i].command)) { in main()
68 hpet_command[i].command); in main()
69 hpet_command[i].func(argc, argv); in main()