Home
last modified time | relevance | path

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

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