Searched refs:object_type (Results 1 - 18 of 18) sorted by relevance

/drivers/acpi/acpica/
H A Ddswload.c126 acpi_object_type object_type; local
156 object_type = walk_state->op_info->object_type;
160 acpi_ut_get_type_name(object_type)));
171 acpi_ns_lookup(walk_state->scope_info, path, object_type,
184 object_type, ACPI_IMODE_LOAD_PASS1,
289 acpi_ut_get_type_name(object_type)));
293 acpi_ut_get_type_name(object_type)));
303 acpi_ns_lookup(walk_state->scope_info, path, object_type,
317 node->type = (u8) object_type;
393 acpi_object_type object_type; local
[all...]
H A Ddswload2.c75 acpi_object_type object_type; local
131 object_type = walk_state->op_info->object_type;
135 object_type));
154 object_type, ACPI_IMODE_EXECUTE,
166 acpi_ds_scope_stack_push(node, object_type,
179 object_type, ACPI_IMODE_EXECUTE,
257 if (acpi_ns_opens_scope(object_type)) {
259 acpi_ds_scope_stack_push(node, object_type,
304 object_type, ACPI_IMODE_LOAD_PASS
362 acpi_object_type object_type; local
[all...]
H A Dexresop.c140 u8 object_type; local
191 object_type =
199 if (object_type == ACPI_TYPE_LOCAL_ALIAS) {
205 object_type =
215 object_type = obj_desc->common.type;
219 if (!acpi_ut_valid_object_type(object_type)) {
222 object_type));
227 if (object_type == (u8) ACPI_TYPE_LOCAL_REFERENCE) {
323 object_type, obj_desc);
H A Dnsobject.c78 acpi_object_type object_type = ACPI_TYPE_ANY; local
125 object_type = ACPI_TYPE_ANY;
139 object_type = ((struct acpi_namespace_node *)object)->type;
151 object_type = type;
184 node->type = (u8) object_type;
H A Dhwpci.c329 acpi_object_type object_type; local
335 status = acpi_get_type(pci_device, &object_type);
340 if (object_type != ACPI_TYPE_DEVICE) {
H A Dutobject.c61 acpi_ut_get_element_length(u8 object_type,
578 acpi_ut_get_element_length(u8 object_type, argument
586 switch (object_type) {
H A 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, argument
265 switch (object_type) {
823 acpi_ut_copy_ielement_to_ielement(u8 object_type, argument
839 switch (object_type) {
H A Daclocal.h339 u8 object_type[4]; member in struct:acpi_package_info2
347 u8 object_type[2]; member in struct:acpi_package_info3
658 u8 object_type; /* Corresponding internal object type */ member in struct:acpi_opcode_info
H A Ddsutils.c621 if (op_info->object_type == ACPI_TYPE_INVALID) {
654 object_type);
H A Ddswexec.c235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) {
240 object_type),
418 * being the object_type and size_of operators.
H A Dnspredef.c550 object_type[i],
808 object_type[j],
H A Dacutils.h88 acpi_status(*acpi_pkg_callback) (u8 object_type,
H A Ddsobject.c230 object_type);
/drivers/gpu/drm/ttm/
H A Dttm_object.c145 enum ttm_object_type object_type,
157 base->object_type = object_type;
142 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*refcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
/drivers/staging/speakup/
H A Dkobjects.c83 char *object_type[] = { local
91 pr_info("%s reset to defaults\n", object_type[do_characters]);
95 used, received, object_type[do_characters]);
/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c554 s32 object_type; local
616 object_type = atoi(token);
627 register_fxn(&dsp_uuid_obj, object_type, handle);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c1231 if (unlikely(base->object_type != VMW_RES_SURFACE))
1477 if (unlikely(base->object_type != VMW_RES_SURFACE))
1523 if (unlikely(base->object_type != VMW_RES_SURFACE))
1694 if (unlikely(base->object_type != ttm_buffer_type)) {
/drivers/scsi/osd/
H A Dosd_initiator.c1994 cap->h.object_type = type;

Completed in 293 milliseconds