Searched defs:object (Results 1 - 25 of 188) sorted by path

12345678

/linux-master/drivers/acpi/acpica/
H A Ddsmthdat.c279 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
340 union acpi_operand_object *object; local
444 union acpi_operand_object *object; local
656 union acpi_operand_object *object; local
[all...]
H A Dnsobject.c37 acpi_ns_attach_object(struct acpi_namespace_node *node, union acpi_operand_object *object, acpi_object_type type) argument
[all...]
H A Dutmisc.c158 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, argument
[all...]
H A Dutstate.c156 acpi_ut_create_update_state(union acpi_operand_object *object, u16 action) argument
[all...]
H A Daclocal.h134 union acpi_operand_object *object; /* Interpreter object */ member in struct:acpi_namespace_node
584 union acpi_operand_object *object; member in struct:acpi_update_state
[all...]
H A Dacobject.h313 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */ member in struct:acpi_object_reference
436 union acpi_operand_object object; member in union:acpi_descriptor
[all...]
H A Ddbconvert.c101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) argument
165 acpi_db_convert_to_package(char *string, union acpi_object *object) argument
222 acpi_db_convert_to_object(acpi_object_type type, char *string, union acpi_object *object) argument
[all...]
H A Ddbnames.c772 union acpi_operand_object *object; local
[all...]
H A Ddswstate.c38 acpi_ds_result_pop(union acpi_operand_object **object, argument
112 acpi_ds_result_push(union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
276 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state *walk_state) argument
[all...]
H A Dexresop.c40 acpi_ex_check_object_type(acpi_object_type type_needed, acpi_object_type this_type, void *object) argument
[all...]
H A Dutcache.c153 acpi_os_release_object(struct acpi_memory_list *cache, void *object) argument
211 void *object; local
[all...]
H A Dutdecode.c239 const char *acpi_ut_get_node_name(void *object) argument
305 acpi_ut_get_descriptor_name(void *object) argument
343 acpi_ut_get_reference_name(union acpi_operand_object *object) argument
[all...]
H A Dutdelete.c36 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) argument
365 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) argument
482 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) argument
677 acpi_ut_add_reference(union acpi_operand_object *object) argument
710 acpi_ut_remove_reference(union acpi_operand_object *object) argument
[all...]
H A Dutobject.c60 union acpi_operand_object *object; local
305 acpi_ut_valid_internal_object(void *object) argument
355 union acpi_operand_object *object; local
389 acpi_ut_delete_object_desc(union acpi_operand_object *object) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h26 u64 object; member in struct:nvkm_oclass
H A Doproxy.h10 struct nvkm_object *object; member in struct:nvkm_oproxy
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c60 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, argument
107 nvkm_ramht_insert(struct nvkm_ramht *ramht, struct nvkm_object *object, argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.h8 struct nvkm_object object; member in struct:nvkm_control
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.h8 struct nvkm_object object; member in struct:nvkm_nvsw
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.h8 struct nvkm_object object; member in struct:nvkm_ummu
H A Duvmm.h8 struct nvkm_object object; member in struct:nvkm_uvmm
/linux-master/sound/pci/asihpi/
H A Dhpimsginit.c27 static void hpi_init_message(struct hpi_message *phm, u16 object, argument
56 hpi_init_response(struct hpi_response *phr, u16 object, u16 function, u16 error) argument
78 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) argument
88 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) argument
102 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) argument
114 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) argument
[all...]
/linux-master/drivers/acpi/
H A Dacpi_processor.c235 union acpi_object object = { 0 }; local
509 union acpi_object object = {}; local
707 union acpi_object object = { 0 }; local
[all...]
H A Dosl.c1610 acpi_os_release_object(acpi_cache_t *cache, void *object) argument
[all...]
/linux-master/drivers/android/
H A Dbinder.c1700 binder_get_object(struct binder_proc *proc, const void __user *u, struct binder_buffer *buffer, unsigned long offset, struct binder_object *object) argument
1774 binder_validate_ptr( struct binder_proc *proc, struct binder_buffer *b, struct binder_object *object, binder_size_t index, binder_size_t start_offset, binder_size_t *object_offsetp, binder_size_t num_valid) argument
1971 struct binder_object object; local
2654 struct binder_object object; local
3324 struct binder_object object; local
[all...]

Completed in 506 milliseconds

12345678