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

/drivers/char/
H A Dhpet.c97 struct hpets *hd_hpets;
110 struct hpets { struct
111 struct hpets *hp_next;
122 static struct hpets *hpets; variable in typeref:struct:hpets
167 struct hpets *hpetp = devp->hd_hpets;
266 struct hpets *hpetp;
275 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next)
455 struct hpets *hpetp;
563 static inline unsigned long hpet_time_div(struct hpets *hpet argument
[all...]

Completed in 27 milliseconds