Searched refs:hpetp (Results 1 – 1 of 1) sorted by relevance
226 struct hpets *hpetp; in hpet_open() local235 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()720 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()754 for (j = 0, devp = hpetp->hp_dev; j < hpetp->hp_ntimer; j++, devp++) in __hpet_calibrate()826 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()829 if (!hpetp) in hpet_alloc()850 kfree(hpetp); in hpet_alloc()857 hpets = hpetp; in hpet_alloc()859 last = hpetp; in hpet_alloc()879 hpetp->hp_which, hpetp->hp_ntimer, in hpet_alloc()[all …]