Home
last modified time | relevance | path

Searched defs:param (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c74 struct iscsi_param *param = NULL; in iscsi_set_default_param() local
148 struct iscsi_param *param = NULL; in iscsi_create_default_params() local
389 struct iscsi_param *param; in iscsi_set_keys_to_negotiate() local
469 struct iscsi_param *param; in iscsi_set_keys_irrelevant_for_discovery() local
518 struct iscsi_param *param = NULL; in iscsi_copy_param_list() local
592 struct iscsi_param *param, *param_tmp; in iscsi_release_param_list() local
612 struct iscsi_param *param; in iscsi_find_param_from_key() local
645 int iscsi_update_param_value(struct iscsi_param *param, char *value) in iscsi_update_param_value()
712 static void iscsi_check_proposer_for_optional_reply(struct iscsi_param *param, in iscsi_check_proposer_for_optional_reply()
750 static int iscsi_check_boolean_value(struct iscsi_param *param, char *value) in iscsi_check_boolean_value()
[all …]
/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c159 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable()
252 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable()
259 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable()
265 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable()
285 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset()
299 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state()
314 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable()
358 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable()
367 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable()
396 static long heathrow_ide_enable(struct device_node *node, long param, in heathrow_ide_enable()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c836 hclge_mbx_map_ring_to_vector_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_map_ring_to_vector_handler()
843 hclge_mbx_unmap_ring_to_vector_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_unmap_ring_to_vector_handler()
850 hclge_mbx_get_ring_vector_map_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_ring_vector_map_handler()
863 static int hclge_mbx_set_promisc_mode_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_promisc_mode_handler()
869 static int hclge_mbx_set_unicast_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_unicast_handler()
881 static int hclge_mbx_set_multicast_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_multicast_handler()
893 static int hclge_mbx_set_vlan_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_vlan_handler()
905 static int hclge_mbx_set_alive_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_alive_handler()
917 static int hclge_mbx_get_qinfo_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_qinfo_handler()
923 static int hclge_mbx_get_qdepth_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_qdepth_handler()
[all …]
/linux/drivers/md/
H A Ddm-ioctl.c426 static struct mapped_device *dm_hash_rename(struct dm_ioctl *param, in dm_hash_rename()
530 static int remove_all(struct file *filp, struct dm_ioctl *param, size_t param_size) in remove_all()
554 static void *get_result_buffer(struct dm_ioctl *param, size_t param_size, in get_result_buffer()
591 static int list_devices(struct file *filp, struct dm_ioctl *param, size_t param_size) in list_devices()
681 static void list_version_get_info(struct target_type *tt, void *param) in list_version_get_info()
704 static int __list_versions(struct dm_ioctl *param, size_t param_size, const char *name) in __list_versions()
757 static int list_versions(struct file *filp, struct dm_ioctl *param, size_t param_size) in list_versions()
762 static int get_target_version(struct file *filp, struct dm_ioctl *param, size_t param_size) in get_target_version()
813 struct dm_ioctl *param, in dm_get_live_or_inactive_table()
824 static void __dev_status(struct mapped_device *md, struct dm_ioctl *param) in __dev_status()
[all …]
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin.c119 const struct bin_test_param *param = test->param_value; in bin_patch_one_word() local
165 const struct bin_test_param *param = test->param_value; in bin_patch_one_multiword() local
213 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword() local
268 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword_unordered() local
326 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword_sparse_unordered() local
390 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_mems() local
491 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_algs() local
550 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_algs_unordered() local
611 const struct bin_test_param *param = test->param_value; in bin_patch_1_packed() local
667 const struct bin_test_param *param = test->param_value; in bin_patch_1_packed_1_single_trailing() local
[all …]
H A Dcs_dsp_test_control_cache.c200 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_init() local
259 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_init_write_only() local
862 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_started() local
923 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_stopped() local
989 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_powered_down() local
1052 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_stopped_powered_down() local
1119 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_current_loaded_fw() local
1187 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_current_running_fw() local
1257 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_running() local
1343 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_running_zero_flags() local
[all …]
/linux/drivers/thermal/
H A Dthermal_netlink.c60 struct param { struct
79 typedef int (*cb_t)(struct param *); argument
/linux/net/devlink/
H A Dparam.c120 if (param->id > DEVLINK_PARAM_GENERIC_ID_MAX) in devlink_param_driver_verify() argument
107 devlink_param_generic_verify(const struct devlink_param * param) devlink_param_generic_verify() argument
154 devlink_param_cmode_is_supported(const struct devlink_param * param,enum devlink_param_cmode cmode) devlink_param_cmode_is_supported() argument
161 devlink_param_get(struct devlink * devlink,const struct devlink_param * param,struct devlink_param_gset_ctx * ctx) devlink_param_get() argument
170 devlink_param_set(struct devlink * devlink,const struct devlink_param * param,struct devlink_param_gset_ctx * ctx,struct netlink_ext_ack * extack) devlink_param_set() argument
242 const struct devlink_param *param = param_item->param; devlink_nl_param_fill() local
419 devlink_param_value_get_from_info(const struct devlink_param * param,struct genl_info * info,union devlink_param_value * value) devlink_param_value_get_from_info() argument
517 const struct devlink_param *param; __devlink_nl_cmd_param_set_doit() local
591 devlink_param_verify(const struct devlink_param * param) devlink_param_verify() argument
602 devlink_param_register(struct devlink * devlink,const struct devlink_param * param) devlink_param_register() argument
634 devlink_param_unregister(struct devlink * devlink,const struct devlink_param * param) devlink_param_unregister() argument
659 const struct devlink_param *param = params; devl_params_register() local
704 const struct devlink_param *param = params; devl_params_unregister() local
[all...]
/linux/drivers/base/regmap/
H A Dregmap-kunit.c82 static void param_to_desc(const struct regmap_test_param *param, char *desc) in param_to_desc()
159 const struct regmap_test_param *param = test->param_value; in gen_regmap() local
228 const struct regmap_test_param *param = test->param_value; in reg_5_false() local
393 const struct regmap_test_param *param = test->param_value; in read_bypassed() local
457 const struct regmap_test_param *param = test->param_value; in read_bypassed_volatile() local
889 const struct regmap_test_param *param = test->param_value; in cache_bypass() local
924 const struct regmap_test_param *param = test->param_value; in cache_sync_marked_dirty() local
959 const struct regmap_test_param *param = test->param_value; in cache_sync_after_cache_only() local
1008 const struct regmap_test_param *param = test->param_value; in cache_sync_defaults_marked_dirty() local
1057 const struct regmap_test_param *param = test->param_value; in cache_sync_default_after_cache_only() local
[all …]
/linux/net/nfc/hci/
H A Dcommand.c20 const u8 *param, size_t param_len, in nfc_hci_execute_cmd_async()
56 const u8 *param, size_t param_len, in nfc_hci_execute_cmd()
92 const u8 *param, size_t param_len) in nfc_hci_send_event()
113 const u8 *param, size_t param_len, struct sk_buff **skb) in nfc_hci_send_cmd()
126 const u8 *param, size_t param_len, in nfc_hci_send_cmd_async()
141 const u8 *param, size_t param_len) in nfc_hci_set_param()
245 u8 param[2]; in nfc_hci_clear_all_pipes() local
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c37 static inline void gss_krb5_get_desc(const struct gss_krb5_test_param *param, in gss_krb5_get_desc()
45 const struct gss_krb5_test_param *param = test->param_value; in kdf_case() local
74 const struct gss_krb5_test_param *param = test->param_value; in checksum_case() local
305 const struct gss_krb5_test_param *param = test->param_value; in rfc3961_nfold_case() local
529 const struct gss_krb5_test_param *param = test->param_value; in rfc3962_encrypt_case() local
1116 const struct gss_krb5_test_param *param = test->param_value; in rfc6803_encrypt_case() local
1611 const struct gss_krb5_test_param *param = test->param_value; in rfc8009_encrypt_case() local
1786 const struct gss_krb5_test_param *param = test->param_value; in encrypt_selftest_case() local
/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c64 struct dfltcc_param_v0 *param = &GET_DFLTCC_STATE(state)->param; in dfltcc_gdht() local
77 struct dfltcc_param_v0 *param = &GET_DFLTCC_STATE(state)->param; in dfltcc_cmpr() local
94 const struct dfltcc_param_v0 *param in send_eobs()
127 struct dfltcc_param_v0 *param = &dfltcc_state->common.param; in dfltcc_deflate() local
H A Ddfltcc_inflate.c44 struct dfltcc_param_v0 *param = &GET_DFLTCC_STATE(state)->param; in dfltcc_was_inflate_used() local
74 struct dfltcc_param_v0 *param = &GET_DFLTCC_STATE(state)->param; in dfltcc_xpnd() local
95 struct dfltcc_param_v0 *param = &dfltcc_state->param; in dfltcc_inflate() local
/linux/drivers/tee/optee/
H A Dsupp.c17 struct tee_param *param; member
77 struct tee_param *param) in optee_supp_thrd_req()
211 struct tee_param *param) in optee_supp_recv()
274 struct tee_param *param, in supp_pop_req()
320 struct tee_param *param) in optee_supp_send()
/linux/drivers/input/mouse/
H A Dcypress_ps2.c94 static bool cypress_verify_cmd_state(struct psmouse *psmouse, u8 cmd, u8* param) in cypress_verify_cmd_state()
124 static int cypress_send_ext_cmd(struct psmouse *psmouse, u8 cmd, u8 *param) in cypress_send_ext_cmd()
161 u8 param[3]; in cypress_detect() local
181 u8 param[3]; in cypress_read_fw_version() local
210 u8 param[8]; in cypress_read_tp_metrics() local
298 u8 param[3]; in cypress_set_absolute_mode() local
H A Delantech.c36 unsigned char *param) in synaptics_send_cmd()
51 unsigned char *param) in elantech_send_cmd()
69 unsigned char *param, int command) in elantech_ps2_command()
95 static int elantech_read_reg_params(struct psmouse *psmouse, u8 reg, u8 *param) in elantech_read_reg_params()
113 static int elantech_write_reg_params(struct psmouse *psmouse, u8 reg, u8 *param) in elantech_write_reg_params()
140 unsigned char param[3]; in elantech_read_reg() local
1109 unsigned char param[3]; in elantech_get_resolution_v4() local
1373 static bool elantech_is_signature_valid(const unsigned char *param) in elantech_is_signature_valid()
1405 unsigned char param[3]; in elantech_detect() local
1629 unsigned char param[3] = { 0x10, 0x03 }; in elantech_change_report_id() local
[all …]
H A Dlogips2pp.c113 static int ps2pp_cmd(struct psmouse *psmouse, u8 *param, u8 command) in ps2pp_cmd()
139 u8 param[4]; in ps2pp_set_smartscroll() local
190 u8 param = 3; in ps2pp_set_resolution() local
361 u8 param[4]; in ps2pp_detect() local
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c96 int papr_sysparm_get(papr_sysparm_t param, struct papr_sysparm_buf *buf) in papr_sysparm_get()
152 int papr_sysparm_set(papr_sysparm_t param, const struct papr_sysparm_buf *buf) in papr_sysparm_set()
263 papr_sysparm_t param; in papr_sysparm_ioctl_get() local
292 papr_sysparm_t param; in papr_sysparm_ioctl_set() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c37 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_cyc_create()
99 int mlx5_wq_qp_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_qp_create()
159 int mlx5_cqwq_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_cqwq_create()
210 int mlx5_wq_ll_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_ll_create()
/linux/drivers/virt/
H A Dfsl_hypervisor.c57 struct fsl_hv_ioctl_restart param; in ioctl_restart() local
78 struct fsl_hv_ioctl_status param; in ioctl_status() local
102 struct fsl_hv_ioctl_start param; in ioctl_start() local
124 struct fsl_hv_ioctl_stop param; in ioctl_stop() local
149 struct fsl_hv_ioctl_memcpy param; in ioctl_memcpy() local
317 struct fsl_hv_ioctl_doorbell param; in ioctl_doorbell() local
333 struct fsl_hv_ioctl_prop param; in ioctl_dtprop() local
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c615 u32 param, in _qed_mcp_cmd()
641 u32 param, in qed_mcp_cmd()
652 u32 param, in qed_mcp_cmd_nosleep()
664 u32 param, in qed_mcp_nvm_wr_cmd()
692 u32 param, in qed_mcp_nvm_rd_cmd()
752 u32 resp = 0, param = 0; in qed_mcp_cancel_load_req() local
1074 u32 resp = 0, param = 0; in qed_mcp_load_done() local
1759 u32 resp = 0, param = 0; in qed_mcp_update_bw() local
1778 u32 resp = 0, param = 0; in qed_mcp_update_stag() local
2445 u32 resp = 0, param = 0; in qed_mcp_get_shmem_proto_mfw() local
[all …]
/linux/sound/soc/codecs/
H A Dcs-amp-lib-test.c71 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_target_uid() local
218 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_efi_cal_by_uid_test() local
254 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_efi_cal_by_index_unchecked_test() local
287 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_efi_cal_by_index_checked_test() local
325 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_efi_cal_by_index_uid_mismatch_test() local
353 const struct cs_amp_lib_test_param *param = test->param_value; cs_amp_lib_test_get_efi_cal_by_index_fallback_test() local
705 cs_amp_lib_test_get_cal_param_desc(const struct cs_amp_lib_test_param * param,char * desc) cs_amp_lib_test_get_cal_param_desc() argument
[all...]
/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-adda.c41 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mt8195_adda_mtkaif_init() local
186 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mtk_adda_ul_event() local
213 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mtk_adda6_ul_event() local
490 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mt8195_adda6_only_get() local
502 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mt8195_adda6_only_set() local
521 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mt8195_adda_dmic_get() local
533 struct mtkaif_param *param = &afe_priv->mtkaif_params; in mt8195_adda_dmic_set() local
/linux/drivers/rtc/
H A Drtc-optee.c60 struct tee_param param[4] = {0}; in optee_rtc_readtime() local
99 struct tee_param param[4] = {0}; in optee_rtc_settime() local
137 struct tee_param param[4] = {0}; in optee_rtc_readoffset() local
162 struct tee_param param[4] = {0}; in optee_rtc_setoffset() local
194 struct tee_param param[4] = {0}; in optee_rtc_read_info() local
/linux/net/sctp/
H A Dstream.c488 union sctp_params param; in sctp_chunk_lookup_strreset_param() local
518 union sctp_params param, in sctp_process_strreset_outreq()
607 union sctp_params param, in sctp_process_strreset_inreq()
684 union sctp_params param, in sctp_process_strreset_tsnreq()
781 union sctp_params param, in sctp_process_strreset_addstrm_out()
851 union sctp_params param, in sctp_process_strreset_addstrm_in()
916 union sctp_params param, in sctp_process_strreset_resp()

12345678910>>...31