Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Dhpet.c92 struct hpets *hd_hpets;
105 struct hpets { struct
106 struct hpets *hp_next; argument
117 static struct hpets *hpets; argument
146 struct hpets *hpetp = devp->hd_hpets; in hpet_interrupt()
245 struct hpets *hpetp; in hpet_open()
254 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
442 struct hpets *hpetp; in hpet_ioctl_ieon()
549 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument
554 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()
[all …]