Home
last modified time | relevance | path

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

12

/openbmc/linux/include/trace/events/
H A Dcachefiles.h692 __field(unsigned int, object_id )
700 __entry->object_id = msg->object_id;
708 __entry->object_id,
745 __field(unsigned int, object_id )
751 __entry->object_id = msg->object_id;
757 __entry->object_id)
777 __entry->object_id = msg->object_id;
785 __entry->object_id,
840 TP_ARGS(obj, object_id),
849 __entry->object_id = object_id;
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Drdma_core.h63 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access,
131 uapi_get_object(struct uverbs_api *uapi, u16 object_id) in uapi_get_object() argument
135 if (object_id == UVERBS_IDR_ANY_OBJECT) in uapi_get_object()
138 res = radix_tree_lookup(&uapi->radix, uapi_key_obj(object_id)); in uapi_get_object()
H A Duverbs_std_types_device.c107 u16 object_id; in UVERBS_HANDLER() local
115 ret = uverbs_get_const(&object_id, attrs, UVERBS_ATTR_INFO_OBJECT_ID); in UVERBS_HANDLER()
119 uapi_object = uapi_get_object(attrs->ufile->device->uapi, object_id); in UVERBS_HANDLER()
H A Duverbs_uapi.c292 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 Drdma_core.c960 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access, in uverbs_get_uobject_from_file() argument
964 uapi_get_object(attrs->ufile->device->uapi, object_id); in uverbs_get_uobject_from_file()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_bios_types.h49 struct graphics_object_id object_id, uint32_t index,
81 struct graphics_object_id object_id,
152 struct graphics_object_id object_id,
163 struct graphics_object_id object_id,
/openbmc/linux/fs/cachefiles/
H A Dondemand.c24 int object_id; in cachefiles_ondemand_fd_release() local
37 object_id = info->ondemand_id; in cachefiles_ondemand_fd_release()
44 if (req->msg.object_id == object_id && in cachefiles_ondemand_fd_release()
52 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release()
53 trace_cachefiles_ondemand_fd_release(object, object_id); in cachefiles_ondemand_fd_release()
264 u32 object_id; in cachefiles_ondemand_get_fd() local
271 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
303 object->ondemand->ondemand_id = object_id; in cachefiles_ondemand_get_fd()
317 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_get_fd()
412 msg->object_id = req->object->ondemand->ondemand_id; in cachefiles_ondemand_daemon_read()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h28 __le32 object_id; member
97 #define CMD_DESTROY_SET_OBJ_ID_PARAM0(cmd, object_id) \ argument
98 MC_CMD_OP(cmd, 0, 0, 32, uint32_t, object_id)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_lease.c422 u32 object_id = objects[o]->id; in fill_object_idr() local
424 drm_dbg_lease(dev, "Adding object %d to lease\n", object_id); in fill_object_idr()
434 ret = idr_alloc(leases, &drm_lease_idr_object , object_id, object_id + 1, GFP_KERNEL); in fill_object_idr()
437 object_id, ret); in fill_object_idr()
446 object_id, ret); in fill_object_idr()
453 object_id, ret); in fill_object_idr()
/openbmc/linux/include/rdma/
H A Duverbs_named_ioctl.h23 #define UVERBS_OBJECT_METHODS(object_id) _UVERBS_NAME(_object_methods_##object_id, __LINE__) argument
H A Duverbs_ioctl.h336 u16 object_id; member
361 .object_start = { .object_id = _object_id }, \
434 .object_start = { .object_id = _object_enum }, \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c63 struct graphics_object_id object_id,
197 return object_id; in bios_parser_get_connector_id()
213 switch (object_id.type) { in bios_parser_get_src_obj()
228 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
229 object_id.id == obj_id.id && in bios_parser_get_src_obj()
244 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
245 object_id.id == obj_id.id && in bios_parser_get_src_obj()
266 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
267 object_id.id == obj_id.id && in bios_parser_get_src_obj()
288 object_id.id == obj_id.id && in bios_parser_get_src_obj()
[all …]
H A Dbios_parser.c163 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()
182 return object_id; in bios_parser_get_connector_id()
186 object_id = object_id_from_bios_object_id(id); in bios_parser_get_connector_id()
187 return object_id; in bios_parser_get_connector_id()
191 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument
202 object = get_bios_object(bp, object_id); in bios_parser_get_src_obj()
1472 struct graphics_object_id object_id, in bios_parser_get_encoder_cap_info() argument
1482 object = get_bios_object(bp, object_id); in bios_parser_get_encoder_cap_info()
/openbmc/linux/include/uapi/linux/
H A Dcachefiles.h33 __u32 object_id; member
H A Diommufd.h310 __u32 object_id; member
/openbmc/linux/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/openbmc/linux/drivers/platform/x86/
H A Dwmi.c47 char object_id[2]; member
214 static_assert(ARRAY_SIZE(wblock->gblock.object_id) == 2); in get_acpi_method_name()
219 buffer[2] = wblock->gblock.object_id[0]; in get_acpi_method_name()
220 buffer[3] = wblock->gblock.object_id[1]; in get_acpi_method_name()
564 pr_info("\tobject_id: %2pE\n", g->object_id); in wmi_dump_wdg()
847 return sysfs_emit(buf, "%c%c\n", wblock->gblock.object_id[0], in object_id_show()
848 wblock->gblock.object_id[1]); in object_id_show()
850 static DEVICE_ATTR_RO(object_id);
/openbmc/linux/drivers/net/wireless/legacy/
H A Drayctl.h349 struct object_id { struct
460 UCHAR object_id; member
465 UCHAR object_id; member
/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.c76 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */ in get_msg()
168 …writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uid… in send_msg()
371 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size); in snd_mixart_process_msg()
H A Dmixart.h24 u32 object_id; member
/openbmc/qemu/linux-headers/linux/
H A Diommufd.h310 __u32 object_id; member
/openbmc/linux/include/linux/fsl/
H A Dmc.h283 __le32 object_id; member
296 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()
/openbmc/linux/drivers/iommu/iommufd/
H A Dioas.c325 if (cmd->object_id) in iommufd_option_rlimit_mode()
384 ioas = iommufd_get_ioas(ucmd->ictx, cmd->object_id); in iommufd_ioas_option()
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst527 __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
/openbmc/linux/include/linux/mlx5/
H A Dfs.h240 u32 object_id; member

12