Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dhpet.c100 struct hpets *hd_hpets;
113 struct hpets { struct
114 struct hpets *hp_next; argument
125 static struct hpets *hpets; argument
248 struct hpets *hpetp; in hpet_open()
257 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
437 struct hpets *hpetp; in hpet_ioctl_ieon()
545 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument
550 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()
561 struct hpets *hpetp; in hpet_ioctl_common()
[all …]