Lines Matching full:acpi
8 #include <acpica/source/include/acpi.h>
84 * @brief Get the ACPI HID for a node
87 * @return The HID of the ACPI node
92 * @brief Get the ACPI UID for a node if one exist
95 * @return The UID of the ACPI node else NULL if does not exist
100 * @brief check whether the node has ACPI HID property or not
108 * @brief check whether the node has ACPI UID property or not
116 * @brief Init legacy interrupt routing table information from ACPI.
119 * @param hid the hardware id of the ACPI child device
120 * @param uid the unique id of the ACPI child device. The uid can be
138 * @param res the list of acpi resource list
147 * @param res the list of acpi resource list
156 * @param res the list of acpi resource list
164 * @param res the list of acpi resource list
165 * @param res_type the acpi resource type
171 * @brief Retrieve ACPI device info for given hardware id and unique id.
173 * @param hid the hardware id of the ACPI child device
174 * @param uid the unique id of the ACPI child device. The uid can be
176 * @return ACPI child device info on success or NULL
181 * @brief Retrieve acpi device info from the index.
183 * @param index the device index of an acpi child device
184 * @return acpi child device info on success or NULL
191 * @param res_lst the list of acpi resource list
204 * @param child_dev the device object of the ACPI node
213 * @param child_dev the device object of the ACPI node
222 * @param res the list of acpi resource list
228 * @brief Retrieve acpi table for the given signature.
230 * @param signature pointer to the 4-character ACPI signature for the requested table
232 * @return acpi_table pointer to the acpi table on success else return NULL
237 * @brief retrieve acpi MAD table for the given type.
256 * @brief retrieve acpi DRHD info for the given scope.
293 * @brief invoke an ACPI method and return the result.
295 * @param path the path name of the ACPI object
297 * @param ret_obj the ACPI result to be return