Home
last modified time | relevance | path

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

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