| /linux/drivers/tee/qcomtee/ |
| H A D | core.c | 52 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 D | user_obj.c | 41 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()
|
| H A D | call.c | 523 params->u.value.a = data.object_id; in qcomtee_supp_recv()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_bios_types.h | 49 struct graphics_object_id object_id, uint32_t index, 81 struct graphics_object_id object_id, 162 struct graphics_object_id object_id, 173 struct graphics_object_id object_id,
|
| /linux/fs/cachefiles/ |
| H A D | ondemand.c | 23 int object_id; in cachefiles_ondemand_fd_release() local 36 object_id = info->ondemand_id; in cachefiles_ondemand_fd_release() 43 if (req->msg.object_id == object_id && in cachefiles_ondemand_fd_release() 51 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release() 52 trace_cachefiles_ondemand_fd_release(object, object_id); in cachefiles_ondemand_fd_release() 299 u32 object_id; in cachefiles_ondemand_get_fd() local 306 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd() 337 object->ondemand->ondemand_id = object_id; in cachefiles_ondemand_get_fd() 351 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_get_fd() 460 msg->object_id = req->object->ondemand->ondemand_id; in cachefiles_ondemand_daemon_read()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_lease.c | 421 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 D | uverbs_named_ioctl.h | 23 #define UVERBS_OBJECT_METHODS(object_id) _UVERBS_NAME(_object_methods_##object_id, __LINE__) argument
|
| H A D | uverbs_ioctl.h | 336 u16 object_id; member 361 .object_start = { .object_id = _object_id }, \ 434 .object_start = { .object_id = _object_enum }, \
|
| /linux/include/uapi/linux/ |
| H A D | cachefiles.h | 33 __u32 object_id; member
|
| /linux/include/uapi/rdma/ |
| H A D | rdma_user_ioctl_cmds.h | 78 __u16 object_id; member
|
| /linux/drivers/platform/wmi/ |
| H A D | core.c | 46 char object_id[2]; member 138 static_assert(ARRAY_SIZE(wblock->gblock.object_id) == 2); in get_acpi_method_name() 143 buffer[2] = wblock->gblock.object_id[0]; in get_acpi_method_name() 144 buffer[3] = wblock->gblock.object_id[1]; in get_acpi_method_name() 920 return sysfs_emit(buf, "%c%c\n", wblock->gblock.object_id[0], in object_id_show() 921 wblock->gblock.object_id[1]); in object_id_show() 923 static DEVICE_ATTR_RO(object_id);
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_uapi.c | 292 if (WARN_ON(def->object_start.object_id != in uapi_merge_def() 296 cur_obj_key = uapi_key_obj(def->object_start.object_id); in uapi_merge_def() 331 cur_obj_key = uapi_key_obj(def->object_start.object_id); in uapi_merge_def()
|
| H A D | uverbs_ioctl.c | 540 uapi_key_obj(hdr->object_id) | in ib_uverbs_cmd_verbs()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart.h | 24 u32 object_id; member
|
| H A D | mixart_hwdep.c | 257 get_console_mgr.object_id = 0; in mixart_enum_physio()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | cachefiles.rst | 527 __u32 object_id; 538 * ``object_id`` is a unique ID identifying the cache file operated on. 593 Be noted that each cache file has a unique object_id, while it may have multiple 595 anonymous fd indicated by the @fd field through dup(). Thus each object_id can 623 associated with the given object_id. The CLOSE request has no extra payload, 648 and write it to the cache file identified by object_id. 652 associated with the object_id given in the READ request. The ioctl is of the 659 * ``fd`` is one of the anonymous fds associated with the object_id
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | bios_parser.c | 163 struct graphics_object_id object_id = dal_graphics_object_id_init( in bios_parser_get_connector_id() local 176 return object_id; in bios_parser_get_connector_id() 180 return object_id; in bios_parser_get_connector_id() 183 object_id = object_id_from_bios_object_id(id); in bios_parser_get_connector_id() 184 return object_id; in bios_parser_get_connector_id() 188 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument 199 object = get_bios_object(bp, object_id); in bios_parser_get_src_obj() 1634 struct graphics_object_id object_id, in bios_parser_get_encoder_cap_info() argument 1644 object = get_bios_object(bp, object_id); in bios_parser_get_encoder_cap_info()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | ioas.c | 590 if (cmd->object_id) in iommufd_option_rlimit_mode() 649 ioas = iommufd_get_ioas(ucmd->ictx, cmd->object_id); in iommufd_ioas_option()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-wmi | 42 What: /sys/bus/wmi/devices/.../object_id
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | spufs.h | 79 u64 object_id; /* user space pointer for GNU Debugger */ member
|
| H A D | file.c | 1873 return ctx->object_id; in spufs_object_id_get() 1879 ctx->object_id = id; in spufs_object_id_set()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | cmd.c | 35 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 D | iommufd.c | 1447 .object_id = self->ioas_id, in TEST_F() 1492 .object_id = self->ioas_id, in TEST_F() 2167 cmd.object_id = self->ioas_id; in FIXTURE_SETUP() 2566 .object_id = self->ioas_id,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | fs_dr.c | 545 action->exe_aso.object_id, in mlx5_cmd_dr_create_fte()
|
| H A D | dr_ste_v1.c | 424 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()
|