| /linux-6.15/drivers/memstick/core/ |
| H A D | memstick.c | 423 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on() 426 rc = host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in memstick_power_on() 483 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check() 546 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host() 564 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host() 592 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
|
| H A D | mspro_block.c | 835 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in mspro_block_switch_interface() 844 host->set_param(host, MEMSTICK_INTERFACE, in mspro_block_switch_interface() 867 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface() 869 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface() 870 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in mspro_block_switch_interface()
|
| H A D | ms_block.c | 709 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in h_msb_parallel_switch() 736 error = host->set_param(host, in msb_reset() 743 error = host->set_param(host, in msb_reset() 748 error = host->set_param(host, in msb_reset()
|
| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | lsdc_pixpll.c | 32 unsigned set_param : 1; /* 43 Trigger the update */ member 345 pixpll_reg.bitmap.set_param = 0; in __pixpll_ops_untoggle_param() 370 pixpll_reg.bitmap.set_param = 1; in __pixpll_ops_toggle_param()
|
| H A D | lsdc_gfxpll.c | 47 unsigned set_param : 1; /* 43 Trigger the update */ member
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | venc_drv_base.h | 43 int (*set_param)(void *handle, enum venc_set_param_type type, member
|
| H A D | venc_drv_if.c | 47 ret = ctx->enc_if->set_param(ctx->drv_handle, type, in); in venc_if_set_param()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste.c | 1026 struct mlx5dr_match_param *set_param, in mlx5dr_ste_copy_param() argument 1042 dr_ste_copy_mask_spec(buff, &set_param->outer, clr); in mlx5dr_ste_copy_param() 1055 dr_ste_copy_mask_misc(buff, &set_param->misc, clr); in mlx5dr_ste_copy_param() 1068 dr_ste_copy_mask_spec(buff, &set_param->inner, clr); in mlx5dr_ste_copy_param() 1081 dr_ste_copy_mask_misc2(buff, &set_param->misc2, clr); in mlx5dr_ste_copy_param() 1095 dr_ste_copy_mask_misc3(buff, &set_param->misc3, clr); in mlx5dr_ste_copy_param() 1109 dr_ste_copy_mask_misc4(buff, &set_param->misc4, clr); in mlx5dr_ste_copy_param() 1123 dr_ste_copy_mask_misc5(buff, &set_param->misc5, clr); in mlx5dr_ste_copy_param()
|
| /linux-6.15/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-isp.c | 595 bool set_param = true; in fimc_is_s_ctrl() local 639 set_param = false; in fimc_is_s_ctrl() 665 if (set_param && test_bit(IS_ST_STREAM_ON, &is->state)) in fimc_is_s_ctrl()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | cong.c | 371 static ssize_t set_param(struct file *filp, const char __user *buf, in set_param() function 418 .write = set_param,
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_parameters.c | 554 new_param->set_param = param->set_param; in iscsi_copy_param_list() 1475 param->set_param = 1; in iscsi_change_param_value() 1477 param->set_param = 0; in iscsi_change_param_value() 1480 param->set_param = 0; in iscsi_change_param_value()
|
| H A D | iscsi_target_parameters.h | 17 u8 set_param; member
|
| /linux-6.15/include/linux/ |
| H A D | memstick.h | 289 int (*set_param)(struct memstick_host *host, member
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_vp8_if.c | 439 .set_param = vp8_enc_set_param,
|
| H A D | venc_h264_if.c | 817 .set_param = h264_enc_set_param,
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2998 if (ev->u.set_param.len > rlen || in iscsi_if_set_param() 2999 ev->u.set_param.len > PAGE_SIZE) in iscsi_if_set_param() 3002 session = iscsi_session_lookup(ev->u.set_param.sid); in iscsi_if_set_param() 3003 conn = iscsi_conn_lookup(ev->u.set_param.sid, ev->u.set_param.cid); in iscsi_if_set_param() 3008 if (strlen(data) > ev->u.set_param.len) in iscsi_if_set_param() 3011 switch (ev->u.set_param.param) { in iscsi_if_set_param() 3020 err = transport->set_param(conn, ev->u.set_param.param, in iscsi_if_set_param() 3021 data, ev->u.set_param.len); in iscsi_if_set_param()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 49 int (*set_param)(struct msm_gpu *gpu, struct msm_file_private *ctx, member
|
| /linux-6.15/include/scsi/ |
| H A D | scsi_transport_iscsi.h | 92 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, member
|
| H A D | iscsi_if.h | 139 } set_param; member
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a2xx_gpu.c | 493 .set_param = adreno_set_param,
|
| H A D | a3xx_gpu.c | 514 .set_param = adreno_set_param,
|
| H A D | a4xx_gpu.c | 633 .set_param = adreno_set_param,
|
| H A D | a6xx_gpu.c | 2369 .set_param = adreno_set_param, 2400 .set_param = adreno_set_param, 2429 .set_param = adreno_set_param,
|
| /linux-6.15/drivers/memstick/host/ |
| H A D | tifm_ms.c | 577 msh->set_param = tifm_ms_set_param; in tifm_ms_probe()
|
| /linux-6.15/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 990 .set_param = iscsi_iser_set_param,
|