Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/memstick/core/
Dmemstick.c424 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
427 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()
537 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()
Dmspro_block.c919 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in mspro_block_switch_interface()
928 host->set_param(host, MEMSTICK_INTERFACE, in mspro_block_switch_interface()
951 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
953 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
954 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_SERIAL); in mspro_block_switch_interface()
Dms_block.c710 host->set_param(host, MEMSTICK_INTERFACE, MEMSTICK_PAR4); in h_msb_parallel_switch()
737 error = host->set_param(host, in msb_reset()
744 error = host->set_param(host, in msb_reset()
749 error = host->set_param(host, in msb_reset()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-isp.c595 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-4.4.14/include/linux/
Dmemstick.h292 int (*set_param)(struct memstick_host *host, member
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_parameters.c610 new_param->set_param = param->set_param; in iscsi_copy_param_list()
1534 param->set_param = 1; in iscsi_change_param_value()
1536 param->set_param = 0; in iscsi_change_param_value()
1539 param->set_param = 0; in iscsi_change_param_value()
Discsi_target_parameters.h15 u8 set_param; member
/linux-4.4.14/include/linux/mfd/
Dcros_ec_commands.h2200 } set_param; member
2219 } set_param; member
/linux-4.4.14/include/scsi/
Dscsi_transport_iscsi.h104 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, member
Discsi_if.h149 } set_param; member
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c2782 session = iscsi_session_lookup(ev->u.set_param.sid); in iscsi_set_param()
2783 conn = iscsi_conn_lookup(ev->u.set_param.sid, ev->u.set_param.cid); in iscsi_set_param()
2787 switch (ev->u.set_param.param) { in iscsi_set_param()
2794 err = transport->set_param(conn, ev->u.set_param.param, in iscsi_set_param()
2795 data, ev->u.set_param.len); in iscsi_set_param()
Discsi_tcp.c985 .set_param = iscsi_sw_tcp_conn_set_param,
/linux-4.4.14/drivers/memstick/host/
Drtsx_pci_ms.c577 msh->set_param = rtsx_pci_ms_set_param; in rtsx_pci_ms_drv_probe()
Dr592.c780 host->set_param = r592_set_param; in r592_probe()
Dtifm_ms.c582 msh->set_param = tifm_ms_set_param; in tifm_ms_probe()
Drtsx_usb_ms.c755 msh->set_param = rtsx_usb_ms_set_param; in rtsx_usb_ms_drv_probe()
Djmb38x_ms.c896 msh->set_param = jmb38x_ms_set_param; in jmb38x_ms_alloc_host()
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.c1008 .set_param = iscsi_iser_set_param,
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c123 .set_param = cxgbi_set_conn_param,
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c2290 .set_param = iscsi_set_param,
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c130 .set_param = cxgbi_set_conn_param,
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c5841 .set_param = beiscsi_set_param,
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c232 .set_param = iscsi_set_param,