Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/amd/pmc/
H A Dpmc-quirks.c263 dev->disable_8042_wakeup = true; in amd_pmc_quirks_init()
273 dev->disable_8042_wakeup = true; in amd_pmc_quirks_init()
H A Dpmc.h39 bool disable_8042_wakeup; member
H A Dpmc.c881 if (pdev->disable_8042_wakeup && !disable_workarounds) { in amd_pmc_suspend_handler()