Home
last modified time | relevance | path

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

/linux/drivers/char/
A Dhpet.c260 struct hpets *hpetp; in hpet_open() local
269 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()
731 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next) in hpet_is_known()
786 for (j = 0, devp = hpetp->hp_dev; j < hpetp->hp_ntimer; j++, devp++) in __hpet_calibrate()
858 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()
861 if (!hpetp) in hpet_alloc()
882 kfree(hpetp); in hpet_alloc()
889 hpets = hpetp; in hpet_alloc()
891 last = hpetp; in hpet_alloc()
911 hpetp->hp_which, hpetp->hp_ntimer, in hpet_alloc()
[all …]

Completed in 10 milliseconds