Lines Matching refs:hpets
93 struct hpets *hd_hpets;
106 struct hpets { struct
107 struct hpets *hp_next; argument
118 static struct hpets *hpets; argument
163 struct hpets *hpetp = devp->hd_hpets; in hpet_interrupt()
262 struct hpets *hpetp; in hpet_open()
271 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
459 struct hpets *hpetp; in hpet_ioctl_ieon()
566 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument
571 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()
582 struct hpets *hpetp; in hpet_ioctl_common()
734 struct hpets *hpetp; in hpet_is_known()
736 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()
783 static unsigned long __hpet_calibrate(struct hpets *hpetp) in __hpet_calibrate()
820 static unsigned long hpet_calibrate(struct hpets *hpetp) in hpet_calibrate()
845 struct hpets *hpetp; in hpet_alloc()
848 static struct hpets *last; in hpet_alloc()
864 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
897 hpets = hpetp; in hpet_alloc()