Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c91 struct hpets *hd_hpets;
104 struct hpets { struct
105 struct hpets *hp_next;
116 static struct hpets *hpets; variable
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 *hpet argument
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c92 struct hpets *hd_hpets;
105 struct hpets { struct
106 struct hpets *hp_next;
117 static struct hpets *hpets; variable
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 *hpet argument
[all...]

Completed in 3 milliseconds