Home | History | Annotate | Download | only in acpi

Lines Matching defs:dev_info

146 	struct acpi_device_info *dev_info;
172 status = acpi_get_object_info(new_child, &dev_info);
191 ind, (char *)&dev_info->name, str_obj_result,
195 kfree(dev_info);
198 prk_info("%s%4.4s: path '%s'", ind, (char *)&dev_info->name,
204 kfree(dev_info);
213 struct acpi_device_info *dev_info;
220 status = acpi_get_object_info(parent, &dev_info);
223 prk_info("start from %4.4s", (char *)&dev_info->name);
242 struct acpi_device_info *dev_info;
264 status = acpi_get_object_info(dev_handle, &dev_info);
268 prk_alert("ACPI object name %4.4s, type %d", (char *)&dev_info->name,
269 dev_info->type);
270 kfree(dev_info);