1 /* SPDX-License-Identifier: GPL-2.0-only */
5 Name (_HID, DPTF_FAN_DEVICE)
8 Name (_STR, Unicode("Fan Control"))
10 /* _FIF: Fan Information */
11 Name (_FIF, Package ()
14 1, // Fine Grained Control
16 0 // No Low Speed Notification
19 /* Return Fan Performance States defined by mainboard */
25 Name (TFST, Package ()
32 /* _FST: Fan current Status */
33 Method (_FST, 0, Serialized,,PkgObj)
35 /* Fill in TFST with current control. */
36 TFST[1] = \_SB.PCI0.LPCB.EC0.FAND
40 /* _FSL: Fan Speed Level */
41 Method (_FSL, 1, Serialized)
43 \_SB.PCI0.LPCB.EC0.FAND = Arg0