Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhpet.c826 hpetp = kzalloc_flex(*hpetp, hp_dev, hdp->hd_nirqs); in hpet_alloc()
835 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
837 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
957 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()
966 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
967 hdp->hd_nirqs++; in hpet_resources()
988 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/linux/include/linux/
H A Dhpet.h98 unsigned short hd_nirqs; member
/linux/arch/x86/kernel/
H A Dhpet.c198 hd.hd_nirqs = hpet_base.nr_channels; in hpet_reserve_platform_timers()