repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
system76
/
oryp6
/
acpi
/
sleep.asl
blob
48c50e075e30a746d68592cd47788b1bc1d3dc88
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* Method called from _PTS prior to enter sleep state */
4
Method (MPTS, 1) {
5
\_SB.PCI0.LPCB.EC0.PTS (Arg0)
6
}
7
8
/* Method called from _WAK prior to wakeup */
9
Method (MWAK, 1) {
10
\_SB.PCI0.LPCB.EC0.WAK (Arg0)
11
}