Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dhpet.c99 unsigned int hd_flags; member
271 devp->hd_flags |= HPET_OPEN; in hpet_open()
431 if (devp->hd_flags & HPET_PERIODIC in hpet_release()
468 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
473 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()
476 devp->hd_flags |= HPET_SHARED_IRQ; in hpet_ioctl_ieon()
510 devp->hd_flags ^= HPET_IE; in hpet_ioctl_ieon()
607 devp->hd_flags ^= HPET_IE; in hpet_ioctl_common()
627 devp->hd_flags |= HPET_PERIODIC; in hpet_ioctl_common()
641 devp->hd_flags &= ~HPET_PERIODIC; in hpet_ioctl_common()
[all …]