Lines Matching defs:info
30 struct acpi_exdump_info *info);
40 * Object Descriptor info tables
320 * info - Info table corresponding to this object
325 * DESCRIPTION: Walk the info table for this object
331 struct acpi_exdump_info *info)
341 if (!info) {
350 count = info->offset;
357 target = ACPI_ADD_PTR(u8, obj_desc, info->offset);
358 name = info->name;
360 switch (info->opcode) {
559 info->opcode);
563 info++;