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

/linux-master/include/uapi/linux/
H A Dhpet.h8 struct hpet_info { struct
19 #define HPET_INFO _IOR('h', 0x03, struct hpet_info)
/linux-master/samples/timers/
H A Dhpet_example.c20 extern void hpet_info(int, const char **);
38 hpet_info
99 hpet_info(int argc, const char **argv) function
101 struct hpet_info info;
105 fprintf(stderr, "hpet_info: device-name\n");
111 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]);
116 fprintf(stderr, "hpet_info: failed to get info\n");
120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ",
136 struct hpet_info info;
228 struct hpet_info inf
[all...]
/linux-master/drivers/char/
H A Dhpet.c540 struct hpet_info *info)
632 struct hpet_info info;
657 struct hpet_info info;

Completed in 95 milliseconds