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

/linux-master/samples/timers/
H A Dhpet_example.c28 struct hpet_command { struct
31 } hpet_command[] = { variable in typeref:struct:hpet_command
64 for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++)
65 if (!strcmp(argv[0], hpet_command[i].command)) {
69 hpet_command[i].command);
70 hpet_command[i].func(argc, argv);

Completed in 90 milliseconds