Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhpet.c93 unsigned int hp_ntimer; member
95 struct hpet_dev hp_dev[] __counted_by(hp_ntimer);
237 for (i = 0; i < hpetp->hp_ntimer; i++) in hpet_open()
757 for (j = 0, devp = hpetp->hp_dev; j < hpetp->hp_ntimer; j++, devp++) in __hpet_calibrate()
838 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
849 if (hpetp->hp_ntimer != ntimer) { in hpet_alloc()
872 str_plural(hpetp->hp_ntimer)); in hpet_alloc()
873 for (i = 0; i < hpetp->hp_ntimer; i++) in hpet_alloc()
881 hpetp->hp_which, hpetp->hp_ntimer, in hpet_alloc()
892 for (i = 0, devp = hpetp->hp_dev; i < hpetp->hp_ntimer; i++, devp++) { in hpet_alloc()