Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/
H A Dstorage.c26 void *object_id = NULL; in ta_storage_cmd_open() local
36 object_id = TEE_Malloc(params[0].memref.size, 0); in ta_storage_cmd_open()
37 if (!object_id) in ta_storage_cmd_open()
40 TEE_MemMove(object_id, params[0].memref.buffer, in ta_storage_cmd_open()
44 object_id = params[0].memref.buffer; in ta_storage_cmd_open()
51 object_id, params[0].memref.size, in ta_storage_cmd_open()
57 TEE_Free(object_id); in ta_storage_cmd_open()
67 void *object_id = NULL; in ta_storage_cmd_create() local
78 object_id = TEE_Malloc(params[0].memref.size, 0); in ta_storage_cmd_create()
79 if (!object_id) in ta_storage_cmd_create()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c1130 uint32_t object_id, in drmModeObjectGetProperties() argument
1139 properties.obj_id = object_id; in drmModeObjectGetProperties()
1199 drm_public int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument
1207 prop.obj_id = object_id; in drmModeObjectSetProperty()
1216 uint32_t object_id; member
1315 uint32_t object_id, in drmModeAtomicAddProperty() argument
1322 if (object_id == 0 || property_id == 0) in drmModeAtomicAddProperty()
1338 req->items[req->cursor].object_id = object_id; in drmModeAtomicAddProperty()
1361 if (first->object_id < second->object_id) in sort_req_list()
1363 else if (first->object_id > second->object_id) in sort_req_list()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_lease.c427 u32 object_id = objects[o]->id; in fill_object_idr() local
429 DRM_DEBUG_LEASE("Adding object %d to lease\n", object_id); in fill_object_idr()
439 ret = idr_alloc(leases, &drm_lease_idr_object , object_id, object_id + 1, GFP_KERNEL); in fill_object_idr()
442 object_id, ret); in fill_object_idr()
451 object_id, ret); in fill_object_idr()
458 object_id, ret); in fill_object_idr()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dwmi.c45 char object_id[2]; member
292 strncat(method, block->object_id, 2); in wmidev_evaluate_method()
337 strncat(wc_method, block->object_id, 2); in __query_block()
348 strncat(method, block->object_id, 2); in __query_block()
452 strncat(method, block->object_id, 2); in wmi_set_block()
464 pr_info("\tobject_id: %2pE\n", g->object_id); in wmi_dump_wdg()
749 return sprintf(buf, "%c%c\n", wblock->gblock.object_id[0], in object_id_show()
750 wblock->gblock.object_id[1]); in object_id_show()
752 static DEVICE_ATTR_RO(object_id);
1070 strncat(method, wblock->gblock.object_id, 2); in wmi_create_device()
[all …]
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_named_ioctl.h23 #define UVERBS_OBJECT_METHODS(object_id) _object_methods_##object_id argument
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c91 struct graphics_object_id object_id,
176 struct graphics_object_id object_id = dal_graphics_object_id_init( in bios_parser_get_connector_id() local
187 object_id = object_id_from_bios_object_id( in bios_parser_get_connector_id()
191 return object_id; in bios_parser_get_connector_id()
195 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument
207 switch (object_id.type) { in bios_parser_get_src_obj()
219 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
220 object_id.id == obj_id.id && in bios_parser_get_src_obj()
221 object_id.enum_id == in bios_parser_get_src_obj()
235 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h419 uint32_t object_id,
422 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
437 uint32_t object_id,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h494 uint32_t object_id,
497 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
512 uint32_t object_id,
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h494 uint32_t object_id,
497 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
512 uint32_t object_id,
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h494 uint32_t object_id,
497 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
512 uint32_t object_id,
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspu_notify.c21 ctx ? ctx->object_id : 0, spu); in spu_switch_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drayctl.h349 struct object_id { struct
460 UCHAR object_id; member
465 UCHAR object_id; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_syscalls.h165 const void *object_id, size_t object_id_len,
173 const void *object_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutee_syscalls.h185 TEE_Result utee_storage_obj_open(unsigned long storage_id, void *object_id,
193 TEE_Result utee_storage_obj_create(unsigned long storage_id, void *object_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_syscalls.h165 const void *object_id, size_t object_id_len,
173 const void *object_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_syscalls.h165 const void *object_id, size_t object_id_len,
173 const void *object_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_syscalls.h165 const void *object_id, size_t object_id_len,
173 const void *object_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dutee_syscalls.h185 TEE_Result utee_storage_obj_open(unsigned long storage_id, void *object_id,
193 TEE_Result utee_storage_obj_create(unsigned long storage_id, void *object_id,
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_core.c78 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */ in get_msg()
170 …writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uid… in send_msg()
373 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size); in snd_mixart_process_msg()

12