Lines Matching refs:hpets
91 struct hpets *hd_hpets;
104 struct hpets { struct
105 struct hpets *hp_next; argument
116 static struct hpets *hpets; argument
161 struct hpets *hpetp = devp->hd_hpets; in hpet_interrupt()
260 struct hpets *hpetp; in hpet_open()
269 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
457 struct hpets *hpetp; in hpet_ioctl_ieon()
564 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument
569 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()
578 struct hpets *hpetp; in hpet_ioctl_common()
729 struct hpets *hpetp; in hpet_is_known()
731 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()
778 static unsigned long __hpet_calibrate(struct hpets *hpetp) in __hpet_calibrate()
815 static unsigned long hpet_calibrate(struct hpets *hpetp) in hpet_calibrate()
840 struct hpets *hpetp; in hpet_alloc()
842 static struct hpets *last; in hpet_alloc()
889 hpets = hpetp; in hpet_alloc()