Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c98 unsigned int hd_flags; member
147 if ((devp->hd_flags & HPET_SHARED_IRQ) && in hpet_interrupt()
158 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()
187 if (devp->hd_flags & HPET_SHARED_IRQ) in hpet_interrupt()
271 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) in hpet_open()
286 devp->hd_flags |= HPET_OPEN; in hpet_open()
434 if (devp->hd_flags & HPET_PERIODIC in hpet_release()
443 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
471 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
476 devp->hd_flags | in hpet_ioctl_ieon()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c99 unsigned int hd_flags; member
132 if ((devp->hd_flags & HPET_SHARED_IRQ) && in hpet_interrupt()
143 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()
172 if (devp->hd_flags & HPET_SHARED_IRQ) in hpet_interrupt()
256 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) { in hpet_open()
271 devp->hd_flags |= HPET_OPEN; in hpet_open()
419 if (devp->hd_flags & HPET_PERIODIC in hpet_release()
428 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
456 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
461 devp->hd_flags | in hpet_ioctl_ieon()
[all...]

Completed in 4 milliseconds