Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhpet.c121 #define HPET_OPEN 0x0001 macro
274 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) in hpet_open()
289 devp->hd_flags |= HPET_OPEN; in hpet_open()
446 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
790 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
942 devp->hd_flags = HPET_OPEN; in hpet_alloc()