Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/memstick/core/
H A Dmemstick.c421 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
424 rc = host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in memstick_power_on()
479 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check()
538 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host()
556 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host()
584 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
H A Dmspro_block.c909 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in mspro_block_switch_interface()
918 host->set_param(host, MEMSTICK_INTERFACE, in mspro_block_switch_interface()
941 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
943 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
944 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in mspro_block_switch_interface()
H A Dms_block.c706 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in h_msb_parallel_switch()
733 error = host->set_param(host, in msb_reset()
740 error = host->set_param(host, in msb_reset()
745 error = host->set_param(host, in msb_reset()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dvenc_drv_base.h43 int (*set_param)(void *handle, enum venc_set_param_type type, member
H A Dvenc_drv_if.c50 ret = ctx->enc_if->set_param(ctx->drv_handle, type, in); in venc_if_set_param()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dcong.c349 static ssize_t set_param(struct file *filp, const char __user *buf, in set_param() function
396 .write = set_param,
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-isp.c590 bool set_param = true; in fimc_is_s_ctrl() local
634 set_param = false; in fimc_is_s_ctrl()
660 if (set_param && test_bit(IS_ST_STREAM_ON, &is->state)) in fimc_is_s_ctrl()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H 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()
H A Discsi_target_parameters.h17 u8 set_param; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemstick.h289 int (*set_param)(struct memstick_host *host, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c4118 rssilog_set_param_t set_param; in wl_android_set_rssi_logging() local
4122 memset(&set_param, 0, sizeof(rssilog_set_param_t)); in wl_android_set_rssi_logging()
4137 set_param.enable = bcm_atoi(token); in wl_android_set_rssi_logging()
4145 set_param.rssi_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
4153 set_param.time_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
4155 ANDROID_TRACE(("enable %d, RSSI threshold %d, Time threshold %d\n", set_param.enable, in wl_android_set_rssi_logging()
4156 set_param.rssi_threshold, set_param.time_threshold)); in wl_android_set_rssi_logging()
4158 err = wl_set_rssi_logging(dev, (void *)&set_param); in wl_android_set_rssi_logging()
4161 " Time Threshold %d\n", set_param.enable, set_param.rssi_threshold, in wl_android_set_rssi_logging()
4162 set_param.time_threshold)); in wl_android_set_rssi_logging()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c976 struct mlx5dr_match_param *set_param, in mlx5dr_ste_copy_param() argument
991 dr_ste_copy_mask_spec(buff, &set_param->outer); in mlx5dr_ste_copy_param()
1004 dr_ste_copy_mask_misc(buff, &set_param->misc); in mlx5dr_ste_copy_param()
1017 dr_ste_copy_mask_spec(buff, &set_param->inner); in mlx5dr_ste_copy_param()
1030 dr_ste_copy_mask_misc2(buff, &set_param->misc2); in mlx5dr_ste_copy_param()
1044 dr_ste_copy_mask_misc3(buff, &set_param->misc3); in mlx5dr_ste_copy_param()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_vp8_if.c467 .set_param = vp8_enc_set_param,
H A Dvenc_h264_if.c705 .set_param = h264_enc_set_param,
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_iscsi.c2977 if (ev->u.set_param.len > PAGE_SIZE) in iscsi_set_param()
2980 session = iscsi_session_lookup(ev->u.set_param.sid); in iscsi_set_param()
2981 conn = iscsi_conn_lookup(ev->u.set_param.sid, ev->u.set_param.cid); in iscsi_set_param()
2985 switch (ev->u.set_param.param) { in iscsi_set_param()
2994 err = transport->set_param(conn, ev->u.set_param.param, in iscsi_set_param()
2995 data, ev->u.set_param.len); in iscsi_set_param()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_iscsi.h92 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, member
H A Discsi_if.h139 } set_param; member
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A Drtsx_pci_ms.c565 msh->set_param = rtsx_pci_ms_set_param; in rtsx_pci_ms_drv_probe()
H A Dtifm_ms.c577 msh->set_param = tifm_ms_set_param; in tifm_ms_probe()
H A Dr592.c777 host->set_param = r592_set_param; in r592_probe()
H A Drtsx_usb_ms.c787 msh->set_param = rtsx_usb_ms_set_param; in rtsx_usb_ms_drv_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c7334 rssilog_set_param_t set_param; in wl_android_set_rssi_logging() local
7338 bzero(&set_param, sizeof(rssilog_set_param_t)); in wl_android_set_rssi_logging()
7353 set_param.enable = bcm_atoi(token); in wl_android_set_rssi_logging()
7361 set_param.rssi_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7369 set_param.time_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7371 WL_DBG(("enable %d, RSSI threshold %d, Time threshold %d\n", set_param.enable, in wl_android_set_rssi_logging()
7372 set_param.rssi_threshold, set_param.time_threshold)); in wl_android_set_rssi_logging()
7374 err = wl_set_rssi_logging(dev, (void *)&set_param); in wl_android_set_rssi_logging()
7377 " Time Threshold %d\n", set_param.enable, set_param.rssi_threshold, in wl_android_set_rssi_logging()
7378 set_param.time_threshold)); in wl_android_set_rssi_logging()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c7607 rssilog_set_param_t set_param; in wl_android_set_rssi_logging() local
7611 bzero(&set_param, sizeof(rssilog_set_param_t)); in wl_android_set_rssi_logging()
7626 set_param.enable = bcm_atoi(token); in wl_android_set_rssi_logging()
7634 set_param.rssi_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7642 set_param.time_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7644 WL_DBG(("enable %d, RSSI threshold %d, Time threshold %d\n", set_param.enable, in wl_android_set_rssi_logging()
7645 set_param.rssi_threshold, set_param.time_threshold)); in wl_android_set_rssi_logging()
7647 err = wl_set_rssi_logging(dev, (void *)&set_param); in wl_android_set_rssi_logging()
7650 " Time Threshold %d\n", set_param.enable, set_param.rssi_threshold, in wl_android_set_rssi_logging()
7651 set_param.time_threshold)); in wl_android_set_rssi_logging()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c7693 rssilog_set_param_t set_param; in wl_android_set_rssi_logging() local
7697 bzero(&set_param, sizeof(rssilog_set_param_t)); in wl_android_set_rssi_logging()
7712 set_param.enable = bcm_atoi(token); in wl_android_set_rssi_logging()
7720 set_param.rssi_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7728 set_param.time_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7730 WL_DBG(("enable %d, RSSI threshold %d, Time threshold %d\n", set_param.enable, in wl_android_set_rssi_logging()
7731 set_param.rssi_threshold, set_param.time_threshold)); in wl_android_set_rssi_logging()
7733 err = wl_set_rssi_logging(dev, (void *)&set_param); in wl_android_set_rssi_logging()
7736 " Time Threshold %d\n", set_param.enable, set_param.rssi_threshold, in wl_android_set_rssi_logging()
7737 set_param.time_threshold)); in wl_android_set_rssi_logging()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/
H A Discsi_iser.c995 .set_param = iscsi_iser_set_param,

12