summaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs/labtop/acpi/sleep.asl
blob: d8eb81838eea1745ab7dfcd5985d15be4165ee8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

/* Method called from _PTS prior to enter sleep state */
Method (MPTS, 1)
{
        \_SB.PCI0.LPCB.H_EC.PTS (Arg0)
}

/* Method called from _WAK prior to wakeup */
Method (MWAK, 1)
{
        \_SB.PCI0.LPCB.H_EC.WAK (Arg0)
}