1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3/* Method called from _PTS prior to enter sleep state */ 4Method (MPTS, 1) { 5 \_SB.PCI0.LPCB.EC0.PTS (Arg0) 6} 7 8/* Method called from _WAK prior to wakeup */ 9Method (MWAK, 1) { 10 \_SB.PCI0.LPCB.EC0.WAK (Arg0) 11} 12