Lines Matching refs:info
74 /* struct notification - keeps info about the device
117 * has info about the aPCI slot id and attention status.
236 * @event: the event info (device specific)
390 struct acpi_device_info *info;
393 status = acpi_get_object_info(handle, &info);
402 if (current_status && (info->valid & ACPI_VALID_HID) &&
403 (!strcmp(info->hardware_id.string, IBM_HARDWARE_ID1) ||
404 !strcmp(info->hardware_id.string, IBM_HARDWARE_ID2))) {
406 info->hardware_id.string, handle);
415 kfree(info);
477 pr_err("%s: attention info deregistration failed", __func__);