| /linux/rust/macros/ |
| H A D | module.rs | 162 param_type = param.ptype, in emit_params() 172 fn param_ops_path(param_type: &str) -> &'static str { in param_ops_path() 173 match param_type { in param_ops_path() 234 let param_type = expect_ident(&mut it); in expect_params() localVariable 246 ptype: param_type, in expect_params()
|
| /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/fs/ |
| H A D | fs_context.c | 36 enum legacy_fs_param param_type; member 542 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) in legacy_fs_context_free() 560 if (ctx->param_type == LEGACY_FS_INDIVIDUAL_PARAMS) { in legacy_fs_context_dup() 588 if (ctx->param_type == LEGACY_FS_MONOLITHIC_PARAMS) in legacy_parse_param() 628 ctx->param_type = LEGACY_FS_INDIVIDUAL_PARAMS; in legacy_parse_param() 639 if (ctx->param_type != LEGACY_FS_UNSET_PARAMS) { in legacy_parse_monolithic() 645 ctx->param_type = LEGACY_FS_MONOLITHIC_PARAMS; in legacy_parse_monolithic()
|
| /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/security/tomoyo/ |
| H A 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()
|
| H A D | environ.c | 59 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 | 158 r->param_type = TOMOYO_TYPE_MOUNT_ACL; in tomoyo_mount_acl()
|
| H A 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()
|
| H A D | domain.c | 173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()
|
| H A D | common.h | 495 u8 param_type; member
|
| /linux/include/sound/ |
| H A D | seq_midi_emul.h | 27 param_type:1 /* RPN/NRPN */ member
|
| /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/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/sound/soc/sof/ |
| H A D | sof-audio.h | 233 int (*dai_get_param)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type);
|
| H A D | ipc3-topology.c | 2514 static int sof_ipc3_dai_get_param(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type) in sof_ipc3_dai_get_param() argument 2523 switch (param_type) { in sof_ipc3_dai_get_param() 2531 dev_err(sdev->dev, "invalid SSP param %d\n", param_type); in sof_ipc3_dai_get_param()
|
| H A D | ipc4-topology.c | 3607 static int sof_ipc4_dai_get_param(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type) in sof_ipc4_dai_get_param() 3646 switch (param_type) { in sof_ipc4_dai_get_param() 3654 dev_err(sdev->dev, "invalid SSP param %d\n", param_type); in sof_ipc4_tear_down_all_pipelines() 3592 sof_ipc4_dai_get_param(struct snd_sof_dev * sdev,struct snd_sof_dai * dai,int param_type) sof_ipc4_dai_get_param() argument
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.h | 607 umode_t cxgbi_attr_is_visible(int param_type, int param);
|
| /linux/include/scsi/ |
| H A D | iscsi_if.h | 323 uint8_t param_type; /* iscsi_param_type */ member
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 1392 static umode_t qedi_attr_is_visible(int param_type, int param) in qedi_attr_is_visible() argument 1394 switch (param_type) { in qedi_attr_is_visible()
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | bnx2i_iscsi.c | 2192 static umode_t bnx2i_attr_is_visible(int param_type, int param) in bnx2i_attr_is_visible() argument 2194 switch (param_type) { in bnx2i_attr_is_visible()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 117 enum iscsi_param_type param_type, 164 static umode_t qla4_attr_is_visible(int param_type, int param); 397 static umode_t qla4_attr_is_visible(int param_type, int param) in qla4_attr_is_visible() argument 399 switch (param_type) { in qla4_attr_is_visible() 1266 enum iscsi_param_type param_type, in qla4xxx_get_iface_param() argument 1275 if (param_type == ISCSI_NET_PARAM) { in qla4xxx_get_iface_param() 1601 } else if (param_type == ISCSI_IFACE_PARAM) { in qla4xxx_get_iface_param() 2765 if (iface_param->param_type == ISCSI_NET_PARAM) { in qla4xxx_iface_set_param() 2801 } else if (iface_param->param_type == ISCSI_IFACE_PARAM) { in qla4xxx_iface_set_param()
|