Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
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()