| /kernel/linux/common_modules/tzdriver/core/ |
| D | teek_client_api.c | 38 const struct teec_operation *oper, uint32_t idex, uint32_t *param_type) in encode_for_part_mem() argument 47 if (param_type[idex] == TEEC_MEMREF_WHOLE) { in encode_for_part_mem() 69 if (param_type[idex] == TEEC_MEMREF_WHOLE) { in encode_for_part_mem() 72 param_type[idex] = TEEC_MEMREF_PARTIAL_INPUT; in encode_for_part_mem() 75 param_type[idex] = TEEC_MEMREF_PARTIAL_OUTPUT; in encode_for_part_mem() 78 param_type[idex] = TEEC_MEMREF_PARTIAL_INOUT; in encode_for_part_mem() 81 param_type[idex] = TEEC_MEMREF_PARTIAL_INOUT; in encode_for_part_mem() 88 param_type[idex] = param_type[idex] - diff; in encode_for_part_mem() 94 uint32_t param_type[TEE_PARAM_NUM]; in proc_teek_encode() local 98 param_type[0] = in proc_teek_encode() [all …]
|
| D | gp_ops.c | 109 bool is_tmp_mem(uint32_t param_type) in is_tmp_mem() argument 111 if (param_type == TEEC_MEMREF_TEMP_INPUT || in is_tmp_mem() 112 param_type == TEEC_MEMREF_TEMP_OUTPUT || in is_tmp_mem() 113 param_type == TEEC_MEMREF_TEMP_INOUT) in is_tmp_mem() 119 bool is_ref_mem(uint32_t param_type) in is_ref_mem() argument 121 if (param_type == TEEC_MEMREF_PARTIAL_INPUT || in is_ref_mem() 122 param_type == TEEC_MEMREF_PARTIAL_OUTPUT || in is_ref_mem() 123 param_type == TEEC_MEMREF_PARTIAL_INOUT) in is_ref_mem() 129 bool is_val_param(uint32_t param_type) in is_val_param() argument 131 if (param_type == TEEC_VALUE_INPUT || in is_val_param() [all …]
|
| D | gp_ops.h | 33 bool is_tmp_mem(uint32_t param_type); 34 bool is_ref_mem(uint32_t param_type); 35 bool is_val_param(uint32_t param_type);
|
| /kernel/linux/common_modules/tzdriver/ |
| D | dynamic_mem.h | 70 bool is_ion_param(uint32_t param_type); 79 uint32_t param_type, unsigned int index); 82 uint32_t param_type, unsigned int index); 84 static inline bool is_ion_param(uint32_t param_type) in is_ion_param() argument 86 (void)param_type; in is_ion_param() 126 uint32_t param_type, unsigned int index) in alloc_for_ion_sglist() argument 131 (void)param_type; in alloc_for_ion_sglist() 139 uint32_t param_type, unsigned int index) in alloc_for_ion() argument 144 (void)param_type; in alloc_for_ion()
|
| /kernel/linux/common_modules/tzdriver/ion/ |
| D | dynamic_ion_mem.h | 70 bool is_ion_param(uint32_t param_type); 79 uint32_t param_type, unsigned int index); 82 uint32_t param_type, unsigned int index); 84 static inline bool is_ion_param(uint32_t param_type) in is_ion_param() argument 86 (void)param_type; in is_ion_param() 126 uint32_t param_type, unsigned int index) in alloc_for_ion_sglist() argument 131 (void)param_type; in alloc_for_ion_sglist() 139 uint32_t param_type, unsigned int index) in alloc_for_ion() argument 144 (void)param_type; in alloc_for_ion()
|
| D | dynamic_ion_mem.c | 441 bool is_ion_param(uint32_t param_type) in is_ion_param() argument 443 if (param_type == TEEC_ION_INPUT || in is_ion_param() 444 param_type == TEEC_ION_SGLIST_INPUT) in is_ion_param() 524 uint32_t param_type, unsigned int index) argument 574 op_params->trans_paramtype[index] = param_type; 609 uint32_t param_type, unsigned int index) argument 649 op_params->trans_paramtype[index] = param_type;
|
| /kernel/linux/linux-5.10/include/media/ |
| D | tuner-types.h | 18 enum param_type { enum 146 enum param_type type;
|
| /kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
| D | be_iscsi.h | 21 enum iscsi_param_type param_type, 27 umode_t beiscsi_attr_is_visible(int param_type, int param);
|
| D | be_iscsi.c | 455 if (iface_param->param_type != ISCSI_NET_PARAM) in beiscsi_iface_set_param() 571 enum iscsi_param_type param_type, in beiscsi_iface_get_param() argument 579 if (param_type != ISCSI_NET_PARAM) in beiscsi_iface_get_param() 1350 umode_t beiscsi_attr_is_visible(int param_type, int param) in beiscsi_attr_is_visible() argument 1352 switch (param_type) { in beiscsi_attr_is_visible()
|
| /kernel/linux/linux-5.10/fs/ |
| D | fs_context.c | 36 enum legacy_fs_param param_type; member 490 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) in legacy_fs_context_free() 508 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) { in legacy_fs_context_dup() 536 if (ctx->param_type == LEGACY_FS_MONOLITHIC_PARAMS) in legacy_parse_param() 575 ctx->param_type = LEGACY_FS_INDIVIDUAL_PARAMS; in legacy_parse_param() 586 if (ctx->param_type != LEGACY_FS_UNSET_PARAMS) { in legacy_parse_monolithic() 592 ctx->param_type = LEGACY_FS_MONOLITHIC_PARAMS; in legacy_parse_monolithic()
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| D | seq_midi_emul.c | 169 chan->param_type = SNDRV_MIDI_PARAM_TYPE_NONREGISTERED; in snd_midi_process_event() 182 chan->param_type = SNDRV_MIDI_PARAM_TYPE_REGISTERED; in snd_midi_process_event() 314 if (chan->param_type == SNDRV_MIDI_PARAM_TYPE_REGISTERED) in do_control() 321 chan->param_type = SNDRV_MIDI_PARAM_TYPE_REGISTERED; in do_control() 325 chan->param_type = SNDRV_MIDI_PARAM_TYPE_NONREGISTERED; in do_control()
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| D | file.c | 582 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_path_permission() 612 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_execute_permission() 728 r.param_type = TOMOYO_TYPE_PATH_NUMBER_ACL; in tomoyo_path_number_perm() 878 r.param_type = TOMOYO_TYPE_MKDEV_ACL; in tomoyo_mkdev_perm() 937 r.param_type = TOMOYO_TYPE_PATH2_ACL; in tomoyo_path2_perm()
|
| D | environ.c | 59 r->param_type = TOMOYO_TYPE_ENV_ACL; in tomoyo_env_perm()
|
| D | securityfs_if.c | 62 r.param_type = TOMOYO_TYPE_MANUAL_TASK_ACL; in tomoyo_write_self()
|
| D | mount.c | 158 r->param_type = TOMOYO_TYPE_MOUNT_ACL; in tomoyo_mount_acl()
|
| D | network.c | 476 r.param_type = TOMOYO_TYPE_INET_ACL; in tomoyo_inet_entry() 568 r.param_type = TOMOYO_TYPE_UNIX_ACL; in tomoyo_unix_entry()
|
| D | domain.c | 173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | seq_midi_emul.h | 27 param_type:1 /* RPN/NRPN */ member
|
| /kernel/linux/linux-5.10/include/scsi/ |
| D | scsi_transport_iscsi.h | 133 enum iscsi_param_type param_type, 135 umode_t (*attr_is_visible)(int param_type, int param);
|
| D | iscsi_if.h | 323 uint8_t param_type; /* iscsi_param_type */ member
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tuner-simple.c | 208 static inline char *tuner_param_name(enum param_type type) in tuner_param_name() 236 enum param_type desired_type) in simple_tuner_params() 551 enum param_type desired_type; in simple_set_tv_freq()
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | sal.h | 747 ia64_sal_mc_set_params (u64 param_type, u64 i_or_m, u64 i_or_m_val, u64 timeout, u64 rz_always) in ia64_sal_mc_set_params() argument 750 SAL_CALL(isrv, SAL_MC_SET_PARAMS, param_type, i_or_m, i_or_m_val, in ia64_sal_mc_set_params()
|
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
| D | iscsi_iser.c | 911 static umode_t iser_attr_is_visible(int param_type, int param) in iser_attr_is_visible() argument 913 switch (param_type) { in iser_attr_is_visible()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | iscsi_tcp.c | 948 static umode_t iscsi_sw_tcp_attr_is_visible(int param_type, int param) in iscsi_sw_tcp_attr_is_visible() argument 950 switch (param_type) { in iscsi_sw_tcp_attr_is_visible()
|
| /kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
| D | libcxgbi.h | 611 umode_t cxgbi_attr_is_visible(int param_type, int param);
|