Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhpet.c101 unsigned int hd_flags; member
150 if ((devp->hd_flags & HPET_SHARED_IRQ) && in hpet_interrupt()
161 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()
190 if (devp->hd_flags & HPET_SHARED_IRQ) in hpet_interrupt()
274 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) in hpet_open()
289 devp->hd_flags |= HPET_OPEN; in hpet_open()
437 if (devp->hd_flags & HPET_PERIODIC in hpet_release()
446 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
474 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
479 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()
[all …]