Searched refs:object_type (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2497 BUILD_BUG_ON(offsetof(struct kfd_criu_queue_priv_data, object_type));
2498 BUILD_BUG_ON(offsetof(struct kfd_criu_event_priv_data, object_type));
2499 BUILD_BUG_ON(offsetof(struct kfd_criu_svm_range_priv_data, object_type));
2502 uint32_t object_type; local
2504 if (*priv_offset + sizeof(object_type) > max_priv_data_size) {
2509 ret = get_user(object_type, (uint32_t __user *)(args->priv_data + *priv_offset));
2515 switch (object_type) {
2535 pr_err("Invalid object type:%u at index:%d\n", object_type, i);
H A Dkfd_process_queue_manager.c842 q_data->object_type = KFD_CRIU_OBJECT_TYPE_QUEUE;
H A Dkfd_events.c550 ev_priv->object_type = KFD_CRIU_OBJECT_TYPE_EVENT;
H A Dkfd_svm.c4093 svm_priv->object_type = KFD_CRIU_OBJECT_TYPE_SVM_RANGE;
/linux-master/drivers/acpi/acpica/
H A Dacutils.h129 acpi_status (*acpi_pkg_callback) (u8 object_type,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c65 .object_type = VMW_RES_CONTEXT,
H A Dvmwgfx_resource.c270 if (unlikely(ttm_base_object_type(base) != converter->object_type))
H A Dvmwgfx_shader.c81 .object_type = VMW_RES_SHADER,
H A Dvmwgfx_surface.c118 .object_type = VMW_RES_SURFACE,
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h623 u16 object_type; member in struct:hpi_streamid
H A Dhpi6000.c1745 hm.object = phm->u.d.u.stream.object_type;
H A Dhpifunc.c798 hm.u.d.u.stream.object_type = c_obj_type;
1155 hm.u.d.u.stream.object_type = c_obj_type;

Completed in 695 milliseconds

12