Home
last modified time | relevance | path

Searched refs:set_param (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.3-rc2/drivers/memstick/core/
A Dmemstick.c419 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
422 rc = host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in memstick_power_on()
477 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check()
536 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host()
554 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host()
582 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
A Dmspro_block.c837 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in mspro_block_switch_interface()
846 host->set_param(host, MEMSTICK_INTERFACE, in mspro_block_switch_interface()
869 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
871 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
872 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in mspro_block_switch_interface()
A Dms_block.c709 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.3-rc2/drivers/media/platform/mediatek/vcodec/
A Dvenc_drv_base.h43 int (*set_param)(void *handle, enum venc_set_param_type type, member
A Dvenc_drv_if.c50 ret = ctx->enc_if->set_param(ctx->drv_handle, type, in); in venc_if_set_param()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_ste.c968 struct mlx5dr_match_param *set_param, in mlx5dr_ste_copy_param() argument
984 dr_ste_copy_mask_spec(buff, &set_param->outer, clr); in mlx5dr_ste_copy_param()
997 dr_ste_copy_mask_misc(buff, &set_param->misc, clr); in mlx5dr_ste_copy_param()
1010 dr_ste_copy_mask_spec(buff, &set_param->inner, clr); in mlx5dr_ste_copy_param()
1023 dr_ste_copy_mask_misc2(buff, &set_param->misc2, clr); in mlx5dr_ste_copy_param()
1037 dr_ste_copy_mask_misc3(buff, &set_param->misc3, clr); in mlx5dr_ste_copy_param()
1051 dr_ste_copy_mask_misc4(buff, &set_param->misc4, clr); in mlx5dr_ste_copy_param()
1065 dr_ste_copy_mask_misc5(buff, &set_param->misc5, clr); in mlx5dr_ste_copy_param()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dcong.c371 static ssize_t set_param(struct file *filp, const char __user *buf, in set_param() function
418 .write = set_param,
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-isp.c597 bool set_param = true; in fimc_is_s_ctrl() local
641 set_param = false; in fimc_is_s_ctrl()
667 if (set_param && test_bit(IS_ST_STREAM_ON, &is->state)) in fimc_is_s_ctrl()
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target_parameters.c602 new_param->set_param = param->set_param; in iscsi_copy_param_list()
1523 param->set_param = 1; in iscsi_change_param_value()
1525 param->set_param = 0; in iscsi_change_param_value()
1528 param->set_param = 0; in iscsi_change_param_value()
A Discsi_target_parameters.h17 u8 set_param; member
/linux-6.3-rc2/include/linux/
A Dmemstick.h289 int (*set_param)(struct memstick_host *host, member
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/venc/
A Dvenc_vp8_if.c466 .set_param = vp8_enc_set_param,
A Dvenc_h264_if.c840 .set_param = h264_enc_set_param,
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_gpu.h50 int (*set_param)(struct msm_gpu *gpu, struct msm_file_private *ctx, member
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/
A Da2xx_gpu.c493 .set_param = adreno_set_param,
A Da3xx_gpu.c489 .set_param = adreno_set_param,
A Da4xx_gpu.c623 .set_param = adreno_set_param,
/linux-6.3-rc2/include/scsi/
A Dscsi_transport_iscsi.h92 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, member
A Discsi_if.h139 } set_param; member
/linux-6.3-rc2/drivers/scsi/
A Dscsi_transport_iscsi.c3023 if (ev->u.set_param.len > PAGE_SIZE) in iscsi_if_set_param()
3026 session = iscsi_session_lookup(ev->u.set_param.sid); in iscsi_if_set_param()
3027 conn = iscsi_conn_lookup(ev->u.set_param.sid, ev->u.set_param.cid); in iscsi_if_set_param()
3031 switch (ev->u.set_param.param) { in iscsi_if_set_param()
3040 err = transport->set_param(conn, ev->u.set_param.param, in iscsi_if_set_param()
3041 data, ev->u.set_param.len); in iscsi_if_set_param()
/linux-6.3-rc2/drivers/memstick/host/
A Drtsx_pci_ms.c565 msh->set_param = rtsx_pci_ms_set_param; in rtsx_pci_ms_drv_probe()
A Dtifm_ms.c577 msh->set_param = tifm_ms_set_param; in tifm_ms_probe()
A Dr592.c778 host->set_param = r592_set_param; in r592_probe()
A Drtsx_usb_ms.c787 msh->set_param = rtsx_usb_ms_set_param; in rtsx_usb_ms_drv_probe()
/linux-6.3-rc2/drivers/infiniband/ulp/iser/
A Discsi_iser.c990 .set_param = iscsi_iser_set_param,

Completed in 84 milliseconds

12