Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dhpet.c847 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()
857 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
859 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
990 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()
999 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
1000 hdp->hd_nirqs++; in hpet_resources()
1021 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/openbmc/linux/include/linux/
H A Dhpet.h98 unsigned short hd_nirqs; member
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c196 hd.hd_nirqs = hpet_base.nr_channels; in hpet_reserve_platform_timers()