Home
last modified time | relevance | path

Searched refs:hd_irq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/
H A Dhpet.c82 unsigned int hd_irq; member
410 irq = devp->hd_irq; in hpet_release()
411 devp->hd_irq = 0; in hpet_release()
499 devp->hd_irq = irq; in hpet_ioctl_ieon()
587 if (devp->hd_irq) { in hpet_ioctl_common()
588 free_irq(devp->hd_irq, devp); in hpet_ioctl_common()
589 devp->hd_irq = 0; in hpet_ioctl_common()
841 hpetp->hp_dev[i].hd_hdwirq = hdp->hd_irq[i]; in hpet_alloc()
874 printk(KERN_CONT "%s %u", i > 0 ? "," : "", hdp->hd_irq[i]); in hpet_alloc()
969 hdp->hd_irq[hdp->hd_nirqs] = irq; in hpet_resources()
/linux/include/linux/
H A Dhpet.h100 unsigned int hd_irq[HPET_MAX_TIMERS]; member