1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The _PTS method (Prepare To Sleep) is called before the OS is
4 * entering a sleep state. The sleep state number is passed in Arg0
9 \_SB.PCI0.LPCB.EC.MUTE(1)
10 \_SB.PCI0.LPCB.EC.USBP(0)
11 \_SB.PCI0.LPCB.EC.RADI(0)
14 /* The _WAK method is called on system wakeup */
18 /* ME may not be up yet. */
22 /* Wake the HKEY to init BT/WWAN */
23 \_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
25 /* Not implemented. */
26 Return(Package(){0,0})