Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhpet.c862 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
874 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
876 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
1007 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()
1015 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
1016 hdp->hd_nirqs++; in hpet_resources()
1037 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/linux-4.19.296/include/linux/
Dhpet.h98 unsigned short hd_nirqs; member