Lines Matching defs:obj
250 union acpi_object *obj;
259 obj = (union acpi_object *)output.pointer;
260 if (obj && obj->type == ACPI_TYPE_INTEGER)
261 tmp = (u32) obj->integer.value;
266 kfree(obj);
2191 union acpi_object *obj;
2202 obj = (union acpi_object *)response.pointer;
2204 if (obj && obj->type == ACPI_TYPE_INTEGER)
2205 code = (int)(obj->integer.value & WMI_EVENT_MASK);
2209 kfree(obj);
2605 union acpi_object *obj;
2615 obj = (union acpi_object *)output.pointer;
2616 if (obj && obj->type == ACPI_TYPE_INTEGER)
2619 (u32) obj->integer.value);
2623 obj ? obj->type : -1);
2625 kfree(obj);