Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmc/
H A Dpmc-quirks.c374 dev->disable_8042_wakeup = true; in amd_pmc_quirks_init()
383 dev->disable_8042_wakeup = dev->quirks->spurious_8042; in amd_pmc_quirks_init()
H A Dpmc.h116 bool disable_8042_wakeup; member
H A Dpmc.c697 if (pdev->disable_8042_wakeup && !disable_workarounds) { in amd_pmc_suspend_handler()