Lines Matching refs:info
347 * contains the info for the wake GPE associated with the
675 * is set in the GPE info.
1019 struct acpi_gpe_device_info info;
1034 info.index = index;
1035 info.status = AE_NOT_EXIST;
1036 info.gpe_device = NULL;
1037 info.next_block_base_index = 0;
1039 status = acpi_ev_walk_gpe_list(acpi_ev_get_gpe_device, &info);
1044 *gpe_device = ACPI_CAST_PTR(acpi_handle, info.gpe_device);
1045 return_ACPI_STATUS(info.status);