Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/char/
A Dhpet.c823 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()
833 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
835 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
966 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()
975 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
976 hdp->hd_nirqs++; in hpet_resources()
997 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()
/linux-6.3-rc2/include/linux/
A Dhpet.h98 unsigned short hd_nirqs; member
/linux-6.3-rc2/arch/x86/kernel/
A Dhpet.c196 hd.hd_nirqs = hpet_base.nr_channels; in hpet_reserve_platform_timers()

Completed in 8 milliseconds