Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c118 #define HPET_OPEN 0x0001 macro
271 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) in hpet_open()
286 devp->hd_flags |= HPET_OPEN; in hpet_open()
443 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
787 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
936 devp->hd_flags = HPET_OPEN; in hpet_alloc()
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c119 #define HPET_OPEN 0x0001 macro
256 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) { in hpet_open()
271 devp->hd_flags |= HPET_OPEN; in hpet_open()
428 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
752 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
901 devp->hd_flags = HPET_OPEN; in hpet_alloc()

Completed in 4 milliseconds