Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c366 static int hpet_mmap_enabled = 1; variable
368 static int hpet_mmap_enabled = 0; variable
373 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
374 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
384 if (!hpet_mmap_enabled) in hpet_mmap()
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c351 static int hpet_mmap_enabled = 1; variable
353 static int hpet_mmap_enabled = 0; variable
358 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
359 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
369 if (!hpet_mmap_enabled) in hpet_mmap()

Completed in 4 milliseconds