| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 149 #define DPRC_CMD_GET_OBJ_DESC(cmd, obj_type, obj_id) \ argument 152 MC_CMD_OP(cmd, 1, 0, 8, char, obj_type[0]);\ 153 MC_CMD_OP(cmd, 1, 8, 8, char, obj_type[1]);\ 154 MC_CMD_OP(cmd, 1, 16, 8, char, obj_type[2]);\ 155 MC_CMD_OP(cmd, 1, 24, 8, char, obj_type[3]);\ 156 MC_CMD_OP(cmd, 1, 32, 8, char, obj_type[4]);\ 157 MC_CMD_OP(cmd, 1, 40, 8, char, obj_type[5]);\ 158 MC_CMD_OP(cmd, 1, 48, 8, char, obj_type[6]);\ 159 MC_CMD_OP(cmd, 1, 56, 8, char, obj_type[7]);\ 160 MC_CMD_OP(cmd, 2, 0, 8, char, obj_type[8]);\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsdump.c | 146 acpi_object_type obj_type; in acpi_ns_dump_one_object() local 493 obj_type = ACPI_TYPE_INVALID; in acpi_ns_dump_one_object() 508 obj_type = obj_desc->common.type; in acpi_ns_dump_one_object() 510 if (obj_type > ACPI_TYPE_LOCAL_MAX) { in acpi_ns_dump_one_object() 513 obj_type); in acpi_ns_dump_one_object() 519 obj_type, acpi_ut_get_type_name(obj_type)); in acpi_ns_dump_one_object() 542 switch (obj_type) { in acpi_ns_dump_one_object()
|
| H A D | acmacros.h | 383 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 384 {name, (u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type} 386 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 387 {(u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type}
|
| /OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/ |
| H A D | dprc.c | 476 char *obj_type, in dprc_set_obj_irq() argument 494 strncpy(cmd_params->obj_type, obj_type, 16); in dprc_set_obj_irq() 495 cmd_params->obj_type[15] = '\0'; in dprc_set_obj_irq() 517 char *obj_type, in dprc_get_obj_region() argument 567 strncpy(cmd_params->obj_type, obj_type, 16); in dprc_get_obj_region() 568 cmd_params->obj_type[15] = '\0'; in dprc_get_obj_region()
|
| H A D | fsl-mc-private.h | 209 u8 obj_type[16]; member 239 u8 obj_type[16]; member 366 char *obj_type, 402 char *obj_type,
|
| H A D | fsl-mc-allocator.c | 638 .obj_type = "dpbp", 642 .obj_type = "dpmcp", 646 .obj_type = "dpcon",
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 249 uint32_t obj_type; in rk_cipher_crypto() local 282 obj_type = TEE_TYPE_AES; in rk_cipher_crypto() 290 obj_type = TEE_TYPE_AES; in rk_cipher_crypto() 300 obj_type = TEE_TYPE_DES; in rk_cipher_crypto() 309 obj_type = TEE_TYPE_DES3; in rk_cipher_crypto() 329 res = TEE_AllocateTransientObject(obj_type, obj_key_size, &obj); in rk_cipher_crypto() 344 res = TEE_AllocateTransientObject(obj_type, obj_key_size, &obj_2); in rk_cipher_crypto() 481 uint32_t obj_type; in rk_cipher_begin() local 508 obj_type = TEE_TYPE_AES; in rk_cipher_begin() 516 obj_type = TEE_TYPE_AES; in rk_cipher_begin() [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/skeleton/ |
| H A D | pid_iter.bpf.c | 23 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN; variable 52 switch (obj_type) { in iter() 73 e.id = get_obj_id(file->private_data, obj_type); in iter()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 249 uint32_t obj_type; in rk_cipher_crypto() local 282 obj_type = TEE_TYPE_AES; in rk_cipher_crypto() 290 obj_type = TEE_TYPE_AES; in rk_cipher_crypto() 305 obj_type = TEE_TYPE_SM4; in rk_cipher_crypto() 314 obj_type = TEE_TYPE_DES; in rk_cipher_crypto() 323 obj_type = TEE_TYPE_DES3; in rk_cipher_crypto() 343 res = TEE_AllocateTransientObject(obj_type, obj_key_size, &obj); in rk_cipher_crypto() 358 res = TEE_AllocateTransientObject(obj_type, obj_key_size, &obj_2); in rk_cipher_crypto() 497 uint32_t obj_type; in rk_cipher_begin() local 524 obj_type = TEE_TYPE_AES; in rk_cipher_begin() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | ima_policy | 28 [obj_user=] [obj_role=] [obj_type=]] 106 dont_measure obj_type=var_log_t 107 dont_appraise obj_type=var_log_t 108 dont_measure obj_type=auditd_log_t 109 dont_appraise obj_type=auditd_log_t
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_mode_object.c | 40 uint32_t obj_type, bool register_obj, in __drm_mode_object_add() argument 56 obj->type = obj_type; in __drm_mode_object_add() 80 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add() argument 82 return __drm_mode_object_add(dev, obj, obj_type, true, NULL); in drm_mode_object_add() 413 obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type); in drm_mode_obj_get_properties_ioctl() 537 arg_obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type); in drm_mode_obj_set_property_ioctl()
|
| H A D | drm_crtc_internal.h | 141 uint32_t obj_type, bool register_obj, 144 uint32_t obj_type);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 47 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_create_encryption_key() 68 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_destroy_encryption_key()
|
| H A D | geneve.c | 37 MLX5_SET(general_obj_in_cmd_hdr, hdr, obj_type, MLX5_OBJ_TYPE_GENEVE_TLV_OPT); in mlx5_geneve_tlv_option_create() 57 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_GENEVE_TLV_OPT); in mlx5_geneve_tlv_option_destroy()
|
| H A D | dm.c | 118 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_SW_ICM); in mlx5_dm_sw_icm_alloc() 212 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_SW_ICM); in mlx5_dm_sw_icm_dealloc()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-entity.h | 295 enum media_entity_type obj_type; member 416 return entity && entity->obj_type == MEDIA_ENTITY_TYPE_VIDEO_DEVICE; in is_media_entity_v4l2_video_device() 429 return entity && entity->obj_type == MEDIA_ENTITY_TYPE_V4L2_SUBDEV; in is_media_entity_v4l2_subdev()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | uverbs_ioctl.h | 71 u16 obj_type; member 96 u16 obj_type; member 494 .u2.objs_arr.obj_type = _idr_type, \ 510 .u.obj.obj_type = _idr_type, \ 520 .u.obj.obj_type = _fd_type, \
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 667 unsigned int obj_type) in fanotify_find_path() argument 711 ret = security_path_notify(path, mask, obj_type); in fanotify_find_path() 1121 unsigned int obj_type, fid_mode; in do_fanotify_mark() local 1137 obj_type = FSNOTIFY_OBJ_TYPE_INODE; in do_fanotify_mark() 1140 obj_type = FSNOTIFY_OBJ_TYPE_VFSMOUNT; in do_fanotify_mark() 1143 obj_type = FSNOTIFY_OBJ_TYPE_SB; in do_fanotify_mark() 1216 (mask & ALL_FSNOTIFY_EVENTS), obj_type); in do_fanotify_mark()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | devx.c | 275 return MLX5_GET(affiliated_event_header, &eqe->data, obj_type); in get_event_obj_type() 304 obj_type) << 16, in devx_get_obj_id() 1022 u16 obj_type = MLX5_GET(general_obj_in_cmd_hdr, in, obj_type); in devx_obj_build_destroy_cmd() local 1034 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, obj_type); in devx_obj_build_destroy_cmd() 1366 u16 obj_type = 0; in UVERBS_HANDLER() local 1437 obj_type = MLX5_GET(general_obj_in_cmd_hdr, cmd_in, obj_type); in UVERBS_HANDLER() 1438 obj->obj_id = get_enc_obj_id(opcode | obj_type << 16, obj_id); in UVERBS_HANDLER() 1892 u16 obj_type = 0; in UVERBS_HANDLER() local 1962 obj_type = get_dec_obj_type(obj, in UVERBS_HANDLER() 1964 key_level1 = event_type_num_list[i] | obj_type << 16; in UVERBS_HANDLER() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_virtchnl.c | 147 add_hmc_obj->obj_type = (u16)rsrc_type; in vchnl_vf_send_add_hmc_objs_req() 185 add_hmc_obj->obj_type = (u16)rsrc_type; in vchnl_vf_send_del_hmc_objs_req() 357 info.rsrc_type = (u32)add_hmc_obj->obj_type; in pf_add_hmc_obj_callback() 366 vf_dev->hmc_info.hmc_obj[add_hmc_obj->obj_type].cnt = add_hmc_obj->obj_count; in pf_add_hmc_obj_callback() 393 info.rsrc_type = (u32)del_hmc_obj->obj_type; in pf_del_hmc_obj_callback()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
| H A D | ipsec_offload.c | 182 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_create_ipsec_obj() 199 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_destroy_ipsec_obj() 302 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_GENERAL_OBJECT_TYPES_IPSEC); in mlx5_modify_ipsec_obj()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_datastorage_api.h | 204 uint32_t obj_type; member 1293 uint32_t obj_type, in Invoke_AllocateTransientObject() argument 1297 return Invoke_Simple_Function_v2(c, sess, cmd, obj_handle, 0, obj_type, in Invoke_AllocateTransientObject() 1319 saved_obj_info[0].obj_type = op.params[0].value.b; in Invoke_GetObjectInfo1() 1345 saved_obj_info[n].obj_type); \ 1651 saved_obj_info[n].obj_type = op.params[0].value.b; in Invoke_GetNextPersistentObject_All() 1686 ADBG_EXPECT(c, IN_ObjectType, saved_obj_info[n].obj_type); \
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | dprc.c | 269 char *obj_type, in dprc_get_obj_region() argument 281 DPRC_CMD_GET_OBJ_REGION(cmd, obj_type, obj_id, region_index); in dprc_get_obj_region()
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm_mode.h | 314 __u32 obj_type; member 321 __u32 obj_type; member
|
| /OK3568_Linux_fs/buildroot/package/libdrm/ |
| H A D | 0003-modetest-Fix-set-property-error-when-using-atomic.patch | 23 ret = drmModeObjectSetProperty(dev->fd, p->obj_id, p->obj_type,
|