hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/Documentation/ABI/testing/configfs-acpi
....@@ -14,7 +14,8 @@
1414 This group contains the configuration for user defined ACPI
1515 tables. The attributes of a user define table are:
1616
17
- aml - a binary attribute that the user can use to
17
+ aml
18
+ - a binary attribute that the user can use to
1819 fill in the ACPI aml definitions. Once the aml
1920 data is written to this file and the file is
2021 closed the table will be loaded and ACPI devices
....@@ -26,11 +27,26 @@
2627 The rest of the attributes are read-only and are valid only
2728 after the table has been loaded by filling the aml entry:
2829
29
- signature - ASCII table signature
30
- length - length of table in bytes, including the header
31
- revision - ACPI Specification minor version number
32
- oem_id - ASCII OEM identification
33
- oem_table_id - ASCII OEM table identification
34
- oem_revision - OEM revision number
35
- asl_compiler_id - ASCII ASL compiler vendor ID
36
- asl_compiler_revision - ASL compiler version
30
+ signature
31
+ - ASCII table signature
32
+
33
+ length
34
+ - length of table in bytes, including the header
35
+
36
+ revision
37
+ - ACPI Specification minor version number
38
+
39
+ oem_id
40
+ - ASCII OEM identification
41
+
42
+ oem_table_id
43
+ - ASCII OEM table identification
44
+
45
+ oem_revision
46
+ - OEM revision number
47
+
48
+ asl_compiler_id
49
+ - ASCII ASL compiler vendor ID
50
+
51
+ asl_compiler_revision
52
+ - ASL compiler version