Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/
H A Dhpet.c80 unsigned int hd_flags; member
252 devp->hd_flags |= HPET_OPEN; in hpet_open()
412 if (devp->hd_flags & HPET_PERIODIC in hpet_release()
449 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
454 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()
457 devp->hd_flags |= HPET_SHARED_IRQ; in hpet_ioctl_ieon()
491 devp->hd_flags ^= HPET_IE; in hpet_ioctl_ieon()
588 devp->hd_flags ^= HPET_IE; in hpet_ioctl_common()
608 devp->hd_flags |= HPET_PERIODIC; in hpet_ioctl_common()
622 devp->hd_flags &= ~HPET_PERIODIC; in hpet_ioctl_common()
[all …]