Home
last modified time | relevance | path

Searched refs:param_type (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/common_modules/tzdriver/core/
H A Dteek_client_api.c38 const struct teec_operation *oper, uint32_t idex, uint32_t *param_type) in encode_for_part_mem()
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_NU in proc_teek_encode() local
37 encode_for_part_mem(struct tc_ns_client_context *context, const struct teec_operation *oper, uint32_t idex, uint32_t *param_type) encode_for_part_mem() argument
188 is_partical_mem(uint32_t param_type) is_partical_mem() argument
209 teek_check_ref_mem( const struct teec_registeredmemory_reference *memref, uint32_t param_type) teek_check_ref_mem() argument
248 uint32_t param_type[TEE_PARAM_NUM] = {0}; teek_check_operation() local
368 uint32_t param_type[TEE_PARAM_NUM] = {0}; is_oper_param_valid() local
[all...]
H A Dgp_ops.c109 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 in is_val_param()
141 is_mem_param(uint32_t param_type) is_mem_param() argument
209 unsigned int param_type; tc_user_param_valid() local
311 is_input_tempmem(unsigned int param_type) is_input_tempmem() argument
320 update_input_data(const union tc_ns_client_param *client_param, uint32_t buffer_size, void *temp_buf, unsigned int param_type, uint8_t kernel_params) update_input_data() argument
343 alloc_for_tmp_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_tmp_mem() argument
481 alloc_for_ref_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ref_mem() argument
612 transfer_shared_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument
659 transfer_shared_mem(const struct tc_call_params *call_params, const struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument
673 transfer_client_value(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_client_value() argument
719 uint32_t param_type; alloc_operation() local
922 uint32_t param_type; update_client_operation() local
972 uint32_t param_type; free_operation() local
[all...]
H A Dgp_ops.h33 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/
H A Ddynamic_mem.h70 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()
131 (void)param_type; in alloc_for_ion_sglist()
139 uint32_t param_type, unsigned int index) in alloc_for_ion()
144 (void)param_type; in alloc_for_ion()
124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument
137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.h70 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()
131 (void)param_type; in alloc_for_ion_sglist()
139 uint32_t param_type, unsigned int index) in alloc_for_ion()
144 (void)param_type; in alloc_for_ion()
124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument
137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
H A Ddynamic_ion_mem.c446 bool is_ion_param(uint32_t param_type) in is_ion_param() argument
448 if (param_type == TEEC_ION_INPUT || in is_ion_param()
449 param_type == TEEC_ION_SGLIST_INPUT) in is_ion_param()
529 uint32_t param_type, unsigned int index)
579 op_params->trans_paramtype[index] = param_type;
614 uint32_t param_type, unsigned int index)
654 op_params->trans_paramtype[index] = param_type;
527 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument
612 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument
/kernel/linux/linux-6.6/net/devlink/
H A Dparam.c169 devlink_param_type_to_nla_type(enum devlink_param_type param_type) in devlink_param_type_to_nla_type() argument
171 switch (param_type) { in devlink_param_type_to_nla_type()
417 enum devlink_param_type *param_type) in devlink_param_type_get_from_info()
424 *param_type = DEVLINK_PARAM_TYPE_U8; in devlink_param_type_get_from_info()
427 *param_type = DEVLINK_PARAM_TYPE_U16; in devlink_param_type_get_from_info()
430 *param_type = DEVLINK_PARAM_TYPE_U32; in devlink_param_type_get_from_info()
433 *param_type = DEVLINK_PARAM_TYPE_STRING; in devlink_param_type_get_from_info()
436 *param_type = DEVLINK_PARAM_TYPE_BOOL; in devlink_param_type_get_from_info()
535 enum devlink_param_type param_type; in __devlink_nl_cmd_param_set_doit() local
547 err = devlink_param_type_get_from_info(info, &param_type); in __devlink_nl_cmd_param_set_doit()
416 devlink_param_type_get_from_info(struct genl_info *info, enum devlink_param_type *param_type) devlink_param_type_get_from_info() argument
[all...]
/kernel/linux/linux-5.10/include/media/
H A Dtuner-types.h10 * enum param_type - type of the tuner pameters
18 enum param_type { enum
62 * enum param_type. If the tuner supports multiple
146 enum param_type type;
/kernel/linux/linux-6.6/include/media/
H A Dtuner-types.h10 * enum param_type - type of the tuner pameters
18 enum param_type { enum
62 * enum param_type. If the tuner supports multiple
146 enum param_type type;
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.c62 /* param_type is enum vdec_get_param_type */ in handle_get_param_msg_ack()
63 switch (msg->param_type) { in handle_get_param_msg_ack()
69 mtk_vdec_err(vpu->ctx, "invalid get param type=%d", msg->param_type); in handle_get_param_msg_ack()
266 unsigned int len, unsigned int param_type) in vpu_dec_get_param()
280 msg.param_type = param_type; in vpu_dec_get_param()
265 vpu_dec_get_param(struct vdec_vpu_inst *vpu, uint32_t *data, unsigned int len, unsigned int param_type) vpu_dec_get_param() argument
H A Dvdec_ipi_msg.h124 * @param_type : get param type
131 u32 param_type; member
141 * @param_type : get param type
149 u32 param_type; member
H A Dvdec_vpu_if.h115 * @param_type : get param type
118 unsigned int len, unsigned int param_type);
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h21 enum iscsi_param_type param_type,
27 umode_t beiscsi_attr_is_visible(int param_type, int param);
H A Dbe_iscsi.c459 if (iface_param->param_type != ISCSI_NET_PARAM) in beiscsi_iface_set_param()
575 enum iscsi_param_type param_type, in beiscsi_iface_get_param()
583 if (param_type != ISCSI_NET_PARAM) in beiscsi_iface_get_param()
1354 umode_t beiscsi_attr_is_visible(int param_type, int param) in beiscsi_attr_is_visible() argument
1356 switch (param_type) { in beiscsi_attr_is_visible()
574 beiscsi_iface_get_param(struct iscsi_iface *iface, enum iscsi_param_type param_type, int param, char *buf) beiscsi_iface_get_param() argument
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h21 enum iscsi_param_type param_type,
27 umode_t beiscsi_attr_is_visible(int param_type, int param);
/kernel/linux/linux-5.10/fs/
H A Dfs_context.c36 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()
576 ctx->param_type = LEGACY_FS_INDIVIDUAL_PARAMS; in legacy_parse_param()
587 if (ctx->param_type != LEGACY_FS_UNSET_PARAMS) { in legacy_parse_monolithic()
593 ctx->param_type = LEGACY_FS_MONOLITHIC_PARAMS; in legacy_parse_monolithic()
/kernel/linux/linux-6.6/fs/
H A Dfs_context.c36 enum legacy_fs_param param_type; member
541 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) in legacy_fs_context_free()
559 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) { in legacy_fs_context_dup()
587 if (ctx->param_type == LEGACY_FS_MONOLITHIC_PARAMS) in legacy_parse_param()
627 ctx->param_type = LEGACY_FS_INDIVIDUAL_PARAMS; in legacy_parse_param()
638 if (ctx->param_type != LEGACY_FS_UNSET_PARAMS) { in legacy_parse_monolithic()
644 ctx->param_type = LEGACY_FS_MONOLITHIC_PARAMS; in legacy_parse_monolithic()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_midi_emul.c169 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-6.6/sound/core/seq/
H A Dseq_midi_emul.c169 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/
H A Dfile.c582 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()
H A Denviron.c59 r->param_type = TOMOYO_TYPE_ENV_ACL; in tomoyo_env_perm()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c582 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()
H A Denviron.c59 r->param_type = TOMOYO_TYPE_ENV_ACL; in tomoyo_env_perm()
/kernel/linux/linux-5.10/include/sound/
H A Dseq_midi_emul.h27 param_type:1 /* RPN/NRPN */ member
/kernel/linux/linux-6.6/include/sound/
H A Dseq_midi_emul.h27 param_type:1 /* RPN/NRPN */ member

Completed in 17 milliseconds

123