Lines Matching refs:hpets
94 struct hpets *hd_hpets;
107 struct hpets { struct
108 struct hpets *hp_next; argument
119 static struct hpets *hpets; argument
164 struct hpets *hpetp = devp->hd_hpets; in hpet_interrupt()
263 struct hpets *hpetp; in hpet_open()
272 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
460 struct hpets *hpetp; in hpet_ioctl_ieon()
567 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument
572 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()
582 struct hpets *hpetp; in hpet_ioctl_common()
733 struct hpets *hpetp; in hpet_is_known()
735 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()
782 static unsigned long __hpet_calibrate(struct hpets *hpetp) in __hpet_calibrate()
819 static unsigned long hpet_calibrate(struct hpets *hpetp) in hpet_calibrate()
844 struct hpets *hpetp; in hpet_alloc()
847 static struct hpets *last; in hpet_alloc()
863 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
896 hpets = hpetp; in hpet_alloc()