Lines Matching defs:obj_desc
63 union acpi_operand_object *obj_desc;
121 obj_desc = acpi_ns_get_attached_object(node);
122 if (!obj_desc) {
126 obj_desc = acpi_ut_create_internal_object(node->type);
127 if (!obj_desc) {
134 status = acpi_ns_attach_object(device, obj_desc, node->type);
135 acpi_ut_remove_reference(obj_desc);
145 handler_obj = obj_desc->common_notify.notify_list[i];
175 obj_desc->common_notify.notify_list[i];
177 obj_desc->common_notify.notify_list[i] = handler_obj;
216 union acpi_operand_object *obj_desc;
274 obj_desc = acpi_ns_get_attached_object(node);
275 if (!obj_desc) {
288 handler_obj = obj_desc->common_notify.notify_list[i];
311 obj_desc->common_notify.notify_list[i] =