Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dhpet.c245 struct hpets *hpetp; in hpet_open() local
254 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
740 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()
775 for (j = 0, devp = hpetp->hp_dev; j < hpetp->hp_ntimer; j++, devp++) in __hpet_calibrate()
847 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()
850 if (!hpetp) in hpet_alloc()
871 kfree(hpetp); in hpet_alloc()
878 hpets = hpetp; in hpet_alloc()
880 last = hpetp; in hpet_alloc()
900 hpetp->hp_which, hpetp->hp_ntimer, in hpet_alloc()
[all …]