Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dhpet.c843 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
855 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
857 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
993 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
994 hdp->hd_nirqs++; in hpet_resources()
1015 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/linux-2.6.39/include/linux/
Dhpet.h98 unsigned short hd_nirqs; member
/linux-2.6.39/arch/x86/kernel/
Dhpet.c188 hd.hd_nirqs = nrtimers; in hpet_reserve_platform_timers()