| /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/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()
|
| H A D | common.h | 495 u8 param_type; member
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 283 switch (args->param_type) { in amdxdna_drm_config_hwctx_ioctl() 309 XDNA_DBG(xdna, "Unknown HW context config type %d", args->param_type); in amdxdna_drm_config_hwctx_ioctl() 322 ret = xdna->dev_info->ops->hwctx_config(hwctx, args->param_type, val, buf, buf_size); in amdxdna_drm_config_hwctx_ioctl()
|
| /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 | 236 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 | 3770 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() argument 3809 switch (param_type) { in sof_ipc4_dai_get_param() 3817 dev_err(sdev->dev, "invalid SSP param %d\n", param_type); in sof_ipc4_dai_get_param()
|
| /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()
|