Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dhpet.c864 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
876 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
878 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
1005 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()
1013 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
1014 hdp->hd_nirqs++; in hpet_resources()
1035 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/linux-4.4.14/include/linux/
Dhpet.h97 unsigned short hd_nirqs; member
/linux-4.4.14/arch/x86/kernel/
Dhpet.c195 hd.hd_nirqs = nrtimers; in hpet_reserve_platform_timers()