Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.6.39/drivers/acpi/acpica/
Ddswload.c126 acpi_object_type object_type; in acpi_ds_load1_begin_op() local
156 object_type = walk_state->op_info->object_type; in acpi_ds_load1_begin_op()
160 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
171 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op()
184 object_type, ACPI_IMODE_LOAD_PASS1, in acpi_ds_load1_begin_op()
289 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
293 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
303 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op()
317 node->type = (u8) object_type; in acpi_ds_load1_begin_op()
321 if (acpi_ns_opens_scope(object_type)) { in acpi_ds_load1_begin_op()
[all …]
Ddswload2.c75 acpi_object_type object_type; in acpi_ds_load2_begin_op() local
131 object_type = walk_state->op_info->object_type; in acpi_ds_load2_begin_op()
135 object_type)); in acpi_ds_load2_begin_op()
154 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
166 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op()
179 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
257 if (acpi_ns_opens_scope(object_type)) { in acpi_ds_load2_begin_op()
259 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op()
304 object_type, ACPI_IMODE_LOAD_PASS2, flags, in acpi_ds_load2_begin_op()
362 acpi_object_type object_type; in acpi_ds_load2_end_op() local
[all …]
Dexresop.c140 u8 object_type; in acpi_ex_resolve_operands() local
191 object_type = in acpi_ex_resolve_operands()
199 if (object_type == ACPI_TYPE_LOCAL_ALIAS) { in acpi_ex_resolve_operands()
205 object_type = in acpi_ex_resolve_operands()
215 object_type = obj_desc->common.type; in acpi_ex_resolve_operands()
219 if (!acpi_ut_valid_object_type(object_type)) { in acpi_ex_resolve_operands()
222 object_type)); in acpi_ex_resolve_operands()
227 if (object_type == (u8) ACPI_TYPE_LOCAL_REFERENCE) { in acpi_ex_resolve_operands()
323 object_type, obj_desc); in acpi_ex_resolve_operands()
Dnsobject.c78 acpi_object_type object_type = ACPI_TYPE_ANY; in acpi_ns_attach_object() local
125 object_type = ACPI_TYPE_ANY; in acpi_ns_attach_object()
139 object_type = ((struct acpi_namespace_node *)object)->type; in acpi_ns_attach_object()
151 object_type = type; in acpi_ns_attach_object()
184 node->type = (u8) object_type; in acpi_ns_attach_object()
Dhwpci.c329 acpi_object_type object_type; in acpi_hw_get_pci_device_info() local
335 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info()
340 if (object_type != ACPI_TYPE_DEVICE) { in acpi_hw_get_pci_device_info()
Dutcopy.c59 acpi_ut_copy_ielement_to_ielement(u8 object_type,
81 acpi_ut_copy_ielement_to_eelement(u8 object_type,
247 acpi_ut_copy_ielement_to_eelement(u8 object_type, in acpi_ut_copy_ielement_to_eelement() argument
265 switch (object_type) { in acpi_ut_copy_ielement_to_eelement()
823 acpi_ut_copy_ielement_to_ielement(u8 object_type, in acpi_ut_copy_ielement_to_ielement() argument
839 switch (object_type) { in acpi_ut_copy_ielement_to_ielement()
Dutobject.c61 acpi_ut_get_element_length(u8 object_type,
578 acpi_ut_get_element_length(u8 object_type, in acpi_ut_get_element_length() argument
586 switch (object_type) { in acpi_ut_get_element_length()
Daclocal.h334 u8 object_type[4]; member
342 u8 object_type[2]; member
643 u8 object_type; /* Corresponding internal object type */ member
Ddsutils.c621 if (op_info->object_type == ACPI_TYPE_INVALID) { in acpi_ds_create_operand()
654 object_type); in acpi_ds_create_operand()
Ddswexec.c235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) { in acpi_ds_exec_begin_op()
240 object_type), in acpi_ds_exec_begin_op()
Dnspredef.c543 object_type[i], in acpi_ns_check_package()
772 object_type[j], in acpi_ns_check_package_list()
Ddsobject.c230 object_type); in acpi_ds_build_internal_object()
Dacutils.h87 acpi_status(*acpi_pkg_callback) (u8 object_type,
/linux-2.6.39/include/scsi/
Dosd_protocol.h386 u8 object_type; /* object_type enum below */ member
517 enum object_type { enum
564 /*48*/ u8 object_type; member
Dosd_attributes.h389 u8 object_type; member
/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_object.c145 enum ttm_object_type object_type, in ttm_base_object_init() argument
157 base->object_type = object_type; in ttm_base_object_init()
/linux-2.6.39/include/drm/ttm/
Dttm_object.h124 enum ttm_object_type object_type; member
/linux-2.6.39/fs/ncpfs/
Dncp_fs_sb.h93 int object_type; member
/linux-2.6.39/drivers/staging/gma500/
Dpsb_ttm_fence_user.c59 if (unlikely(base->object_type != ttm_fence_type)) { in ttm_fence_user_object_lookup()
Dpsb_ttm_placement_user.c76 if (unlikely(base->object_type != ttm_buffer_type)) { in ttm_bo_user_lookup()
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c509 if (unlikely(base->object_type != VMW_RES_SURFACE)) in vmw_user_surface_lookup_handle()
685 if (unlikely(base->object_type != VMW_RES_SURFACE)) in vmw_surface_reference_ioctl()
731 if (unlikely(base->object_type != VMW_RES_SURFACE)) in vmw_surface_check()
935 if (unlikely(base->object_type != ttm_buffer_type)) { in vmw_user_dmabuf_lookup()
/linux-2.6.39/drivers/staging/speakup/
Dkobjects.c83 char *object_type[] = { in report_char_chartab_status() local
91 pr_info("%s reset to defaults\n", object_type[do_characters]); in report_char_chartab_status()
95 used, received, object_type[do_characters]); in report_char_chartab_status()
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddbdcd.c554 s32 object_type; in dcd_get_objects() local
616 object_type = atoi(token); in dcd_get_objects()
627 register_fxn(&dsp_uuid_obj, object_type, handle); in dcd_get_objects()
/linux-2.6.39/fs/ntfs/
Dlayout.h1610 /* 12*/ GUID object_type; member
/linux-2.6.39/sound/pci/asihpi/
Dhpi_internal.h631 u16 object_type; member

12