Searched refs:hd_flags (Results 1 – 1 of 1) sorted by relevance
81 unsigned int hd_flags; member113 if ((devp->hd_flags & HPET_SHARED_IRQ) && in hpet_interrupt()124 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()153 if (devp->hd_flags & HPET_SHARED_IRQ) in hpet_interrupt()238 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) { in hpet_open()253 devp->hd_flags |= HPET_OPEN; in hpet_open()415 if (devp->hd_flags & HPET_PERIODIC in hpet_release()424 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()452 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()457 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()[all …]