| /linux/rust/macros/ |
| H A D | module.rs | 140 let param_type = ¶m.ptype; in emit_params() 146 ::kernel::module_param::ModuleParamAccess<#param_type> = in emit_params() 188 fn param_ops_path(param_type: &str) -> Path { in expect_param_default() 189 match param_type { in expect_param_default() 234 let param_type = expect_ident(&mut it); expect_params() localVariable
|
| /linux/include/media/ |
| H A D | tuner-types.h | 18 enum param_type { enum 146 enum param_type type;
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_ipi_msg.h | 131 u32 param_type; member 149 u32 param_type; member
|
| H A D | vdec_vpu_if.h | 117 unsigned int len, unsigned int param_type);
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_iscsi.h | 21 enum iscsi_param_type param_type, 27 umode_t beiscsi_attr_is_visible(int param_type, int param);
|
| H A D | be_iscsi.c | 459 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() argument 583 if (param_type != ISCSI_NET_PARAM) in beiscsi_iface_get_param() 1348 umode_t beiscsi_attr_is_visible(int param_type, int param) in beiscsi_attr_is_visible() argument 1350 switch (param_type) { in beiscsi_attr_is_visible()
|
| /linux/sound/core/seq/ |
| H A 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()
|
| /linux/net/devlink/ |
| H A D | param.c | 494 enum devlink_param_type *param_type) in devlink_param_type_get_from_info() argument 499 *param_type = nla_get_u8(info->attrs[DEVLINK_ATTR_PARAM_TYPE]); in devlink_param_type_get_from_info() 599 enum devlink_param_type param_type; in __devlink_nl_cmd_param_set_doit() local 612 err = devlink_param_type_get_from_info(info, ¶m_type); in __devlink_nl_cmd_param_set_doit() 615 if (param_type != param->type) in __devlink_nl_cmd_param_set_doit()
|
| /linux/security/tomoyo/ |
| H A D | file.c | 587 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_path_permission() 617 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_execute_permission() 733 r.param_type = TOMOYO_TYPE_PATH_NUMBER_ACL; in tomoyo_path_number_perm() 883 r.param_type = TOMOYO_TYPE_MKDEV_ACL; in tomoyo_mkdev_perm() 942 r.param_type = TOMOYO_TYPE_PATH2_ACL; in tomoyo_path2_perm()
|
| H A D | environ.c | 60 r->param_type = TOMOYO_TYPE_ENV_ACL; in tomoyo_env_perm()
|
| H A D | securityfs_if.c | 62 r.param_type = TOMOYO_TYPE_MANUAL_TASK_ACL; in tomoyo_write_self()
|
| H A D | mount.c | 160 r->param_type = TOMOYO_TYPE_MOUNT_ACL; in tomoyo_mount_acl()
|
| H A D | network.c | 479 r.param_type = TOMOYO_TYPE_INET_ACL; in tomoyo_inet_entry() 571 r.param_type = TOMOYO_TYPE_UNIX_ACL; in tomoyo_unix_entry()
|
| H A D | domain.c | 173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 314 switch (args->param_type) { in amdxdna_drm_config_hwctx_ioctl() 340 XDNA_DBG(xdna, "Unknown HW context config type %d", args->param_type); in amdxdna_drm_config_hwctx_ioctl() 352 ret = xdna->dev_info->ops->hwctx_config(hwctx, args->param_type, val, buf, buf_size); in amdxdna_drm_config_hwctx_ioctl()
|
| /linux/include/scsi/ |
| H A D | scsi_transport_iscsi.h | 133 enum iscsi_param_type param_type, 135 umode_t (*attr_is_visible)(int param_type, int param);
|
| H A D | iscsi_if.h | 323 uint8_t param_type; /* iscsi_param_type */ member
|
| /linux/include/sound/ |
| H A D | seq_midi_emul.h | 27 param_type:1 /* RPN/NRPN */ member
|
| /linux/drivers/media/tuners/ |
| H A 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()
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 901 static umode_t iser_attr_is_visible(int param_type, int param) in iser_attr_is_visible() argument 903 switch (param_type) { in iser_attr_is_visible()
|
| /linux/include/uapi/drm/ |
| H A D | amdxdna_accel.h | 139 * @param_type: Value in enum amdxdna_drm_config_hwctx_param. Specifies the 141 * @param_val: A structure specified by the param_type struct member. 151 __u32 param_type; 143 __u32 param_type; global() member
|
| /linux/sound/soc/sof/ |
| H A D | sof-audio.c | 1007 static int sof_dai_get_param(struct snd_soc_pcm_runtime *rtd, int param_type) 1021 return tplg_ops->dai_get_param(sdev, dai, param_type); 932 sof_dai_get_param(struct snd_soc_pcm_runtime * rtd,int param_type) sof_dai_get_param() argument
|
| H A D | sof-audio.h | 236 int (*dai_get_param)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type);
|
| /linux/drivers/scsi/ |
| H A D | iscsi_tcp.c | 960 static umode_t iscsi_sw_tcp_attr_is_visible(int param_type, int param) in iscsi_sw_tcp_attr_is_visible() argument 962 switch (param_type) { in iscsi_sw_tcp_attr_is_visible()
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.h | 607 umode_t cxgbi_attr_is_visible(int param_type, int param);
|