Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/tee/qcomtee/
H A Dcore.c52 unsigned int object_id) in qcomtee_qtee_object_alloc() argument
62 object->name = kasprintf(GFP_KERNEL, "qcomtee-%u", object_id); in qcomtee_qtee_object_alloc()
63 QCOMTEE_OBJECT_SET(object, QCOMTEE_OBJECT_TYPE_TEE, object_id); in qcomtee_qtee_object_alloc()
218 unsigned int *object_id) in qcomtee_object_id_get() argument
227 *object_id = idx; in qcomtee_object_id_get()
232 *object_id = object->info.qtee_id; in qcomtee_object_id_get()
236 *object_id = QCOMTEE_MSG_OBJECT_NULL; in qcomtee_object_id_get()
246 unsigned int object_id) in qcomtee_object_id_put() argument
248 qcomtee_idx_erase(oic, object_id); in qcomtee_object_id_put()
265 unsigned int object_id) in qcomtee_local_object_get() argument
[all …]
H A Duser_obj.c41 u64 object_id; member
85 u64 object_id; member
239 ureq->object_id = uo->object_id; in qcomtee_user_object_dispatch()
334 ureq->object_id = uo->object_id; in qcomtee_user_object_release()
378 user_object->object_id = param->u.objref.id; in qcomtee_user_param_to_object()
407 param->u.objref.id = uo->object_id; in qcomtee_user_param_from_object()
614 data->object_id = ureq->object_id; in qcomtee_user_object_select()
/linux/drivers/gpu/drm/
H A Ddrm_lease.c421 u32 object_id = objects[o]->id; in fill_object_idr() local
423 drm_dbg_lease(dev, "Adding object %d to lease\n", object_id); in fill_object_idr()
433 ret = idr_alloc(leases, &drm_lease_idr_object , object_id, object_id + 1, GFP_KERNEL); in fill_object_idr()
436 object_id, ret); in fill_object_idr()
445 object_id, ret); in fill_object_idr()
452 object_id, ret); in fill_object_idr()
/linux/include/rdma/
H A Duverbs_named_ioctl.h23 #define UVERBS_OBJECT_METHODS(object_id) _UVERBS_NAME(_object_methods_##object_id, __LINE__) argument
/linux/include/uapi/linux/
H A Dcachefiles.h
/linux/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/linux/sound/pci/mixart/
H A Dmixart.h24 u32 object_id; member
H A Dmixart_hwdep.c177 /* dev_dbg(&mgr->pci->dev, "playback connector[%d].object_id = %x\n", k, connector->uid[k].object_id); */ in mixart_enum_connectors()
221 /* dev_dbg(&mgr->pci->dev, "capture connector[%d].object_id = %x\n", k, connector->uid[k].object_id); */ in mixart_enum_connectors()
257 get_console_mgr.object_id = 0; in mixart_enum_physio()
/linux/include/linux/fsl/
H A Dmc.h279 __le32 object_id; member
292 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-wmi42 What: /sys/bus/wmi/devices/.../object_id
/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h79 u64 object_id; /* user space pointer for GNU Debugger */ member
H A Dfile.c1875 return ctx->object_id; in spufs_object_id_get()
1881 ctx->object_id = id; in spufs_object_id_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.c35 u32 object_id) in hws_cmd_general_obj_destroy() argument
42 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, object_id); in hws_cmd_general_obj_destroy()
/linux/tools/testing/selftests/iommu/
H A Diommufd.c1462 .object_id = self->ioas_id, in TEST_F()
1507 .object_id = self->ioas_id, in TEST_F()
2182 cmd.object_id = self->ioas_id; in FIXTURE_VARIANT_ADD()
2581 .object_id = self->ioas_id, in check_vfio_info_cap_chain()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c545 action->exe_aso.object_id, in mlx5_cmd_dr_create_fte()
H A Ddr_ste_v1.c424 u32 object_id, in dr_ste_v1_set_aso_flow_meter() argument
432 object_id + (offset / MLX5DR_ASO_FLOW_METER_NUM_PER_OBJ)); in dr_ste_v1_set_aso_flow_meter()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c653 flow_act->exe_aso.object_id = meter->obj_id; in esw_setup_meter()