Home
last modified time | relevance | path

Searched full:param (Results 1 – 25 of 3440) sorted by relevance

12345678910>>...138

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c112 struct iscsi_param *param; in iscsi_print_params() local
114 list_for_each_entry(param, &param_list->param_list, p_list) in iscsi_print_params()
115 pr_debug("%s: %s\n", param->name, param->value); in iscsi_print_params()
122 struct iscsi_param *param = NULL; in iscsi_set_default_param() local
124 param = kzalloc(sizeof(struct iscsi_param), GFP_KERNEL); in iscsi_set_default_param()
125 if (!param) { in iscsi_set_default_param()
129 INIT_LIST_HEAD(&param->p_list); in iscsi_set_default_param()
131 param->name = kstrdup(name, GFP_KERNEL); in iscsi_set_default_param()
132 if (!param->name) { in iscsi_set_default_param()
137 param->value = kstrdup(value, GFP_KERNEL); in iscsi_set_default_param()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c229 * @param hwmgr
241 * @param hwmgr input parameter: pointer to HwMgr
242 * @param clock_type input parameter: Clock type: 1 - GFXCLK, 2 - UCLK, 0 - All other clocks
243 * @param clock_value input parameter: Clock
244 * @param dividers output parameter:Clock dividers
277 struct pp_atomfwctrl_avfs_parameters *param) in pp_atomfwctrl_get_avfs_information() argument
297 param->ulMaxVddc = le32_to_cpu(profile->maxvddc); in pp_atomfwctrl_get_avfs_information()
298 param->ulMinVddc = le32_to_cpu(profile->minvddc); in pp_atomfwctrl_get_avfs_information()
299 param->ulMeanNsigmaAcontant0 = in pp_atomfwctrl_get_avfs_information()
301 param->ulMeanNsigmaAcontant1 = in pp_atomfwctrl_get_avfs_information()
[all …]
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h127 * @param[in] msg - Pointer to PLDM request message
128 * @param[in] payload_length - Length of request payload
129 * @param[out] file_handle - A handle to the file
130 * @param[out] offset - Offset to the file at which the read should begin
131 * @param[out] length - Number of bytes to be read
132 * @param[out] address - Memory address where the file content has to be
143 * @param[in] instance_id - Message's instance id
144 * @param[in] command - PLDM command
145 * @param[in] completion_code - PLDM completion code
146 * @param[in] length - Number of bytes read. This could be less than what the
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_binarydesc.h27 * @param[in] pipe
28 * @param[out] copy_desc
29 * @param[in/out] in_info
30 * @param[in/out] out_info
31 * @param[in/out] vf_info
44 * @param[in] pipe
45 * @param[out] vfpp_descr
46 * @param[in/out] in_info
47 * @param[in/out] out_info
59 * @param[in] bds_factor: The bayer downscaling factor.
[all …]
/openbmc/libpldm/include/libpldm/
H A Dbios.h210 * @param[in] instance_id - Message's instance id
211 * @param[out] msg - Message will be written to this
213 * @note Caller is responsible for memory alloc and dealloc of param
227 * @param[in] msg - Response message
228 * @param[in] payload_length - Length of response message payload
229 * @param[out] completion_code - Pointer to response msg's PLDM completion code
230 * @param[out] seconds - Seconds in BCD format
231 * @param[out] minutes - minutes in BCD format
232 * @param[out] hours - hours in BCD format
233 * @param[out] day - day of month in BCD format
[all …]
H A Dfru.h171 * @param[in] instance_id - Message's instance id
172 * @param[in,out] msg - Message will be written to this
173 * @param[in] payload_length - Length of the request message payload
175 * @note Caller is responsible for memory alloc and dealloc of param
190 * @param[in] msg - Response message
191 * @param[in] payload_length - Length of response message payload
192 * @param[out] completion_code - Pointer to response msg's PLDM completion code
193 * @param[out] fru_data_major_version - Major version of the FRU Record
194 * @param[out] fru_data_minor_version - Minor version of the FRU Record
195 * @param[out] fru_table_maximum_size - Size of the largest FRU Record data
[all …]
H A Dplatform.h694 * @param[in/out] sensor Structure to encode. All members of
697 * @param[in] allocation_size Size of sensor allocation in bytes
698 * @param[in] possible_states Possible sensor states
699 * @param[in] possible_states_size Size of possible sensor states in bytes
700 * @param[out] actual_size Size of sensor PDR. Set to 0 on error.
931 * @param[in/out] effecter Structure to encode. All members of
935 * @param[in] allocation_size Size of effecter allocation in bytes
936 * @param[in] possible_states Possible effecter states
937 * @param[in] possible_states_size Size of possible effecter states in
939 * @param[out] actual_size Size of effecter PDR. Set to 0 on
[all …]
H A Dfirmware_update.h656 * @param devs The @ref "struct pldm_downstream_device_iter" lvalue used as the
659 * @param dev The @ref "struct pldm_downstream_device" lvalue into which the
661 * @param rc An lvalue of type int into which the return code from the decoding
745 * @param devs The @ref "struct pldm_downstream_device_iter" lvalue used as the
748 * @param dev The @ref "struct pldm_downstream_device" lvalue over whose
750 * @param desc The @ref "struct pldm_descriptor" lvalue into which the next
752 * @param rc An lvalue of type int into which the return code from the decoding
1040 * @param[in] data - pointer to package header information
1041 * @param[in] length - available length in the firmware update package
1042 * @param[out] package_header_info - pointer to fixed part of PLDM package
[all …]
H A Dpdr.h40 * @param[in/out] repo - pointer to opaque pointer acting as a PDR repo handle
48 * @param[in] repo - opaque pointer acting as a PDR repo handle
58 * @param[in] repo - opaque pointer acting as a PDR repo handle
66 * @param[in/out] repo - opaque pointer acting as a PDR repo handle
67 * @param[in] data - pointer to a PDR record, pointing to a PDR definition as
69 * @param[in] size - size of input PDR record in bytes
70 * @param[in] is_remote - if true, then the PDR is not from this terminus
71 * @param[in] terminus_handle - terminus handle of the input PDR record
72 * @param[in,out] record_handle - record handle of input PDR record. If this is set to 0 then a
88 * @param[in] repo - opaque pointer acting as a PDR repo handle
[all …]
H A Dbase.h190 * @param size The desired size of the @struct pldm_msg payload
202 * @param name - The variable name used to define the buffer
203 * @param size - The desired payload length for the intended @struct pldm_msg
214 * @param name - The variable name for pointer
215 * @param size - The desired payload length for the underlying @struct pldm_msg
229 * @param[in] req - A pointer to a PLDM header object, which must represent a
231 * @param[in] resp - A pointer to a PLDM header object, which may represent a
347 * @param[in] hdr - Pointer to the PLDM header information
348 * @param[out] msg - Pointer to PLDM message header
360 * @param[in] msg - Pointer to the PLDM message header
[all …]
H A Dbios_table.h22 * @param[in] table - Pointer to table data
23 * @param[in] length - Length of table data
24 * @param[in] type - Type of pldm bios table
32 * @param[in] iter - Pointer to bios table iterator
37 * @param[in] iter - Pointer to the bios table iterator
45 * @param[in] iter - Pointer the bios table iterator
50 * @param[in] iter - Pointer to the bios table iterator
56 * @param[in] iter - Pointer the bios attribute table iterator
67 * @param[in] iter - Pointer the bios string table iterator
78 * @param[in] iter - Pointer the bios attribute value table iterator
[all …]
/openbmc/u-boot/include/
H A Dtpm_api.h17 * @param dev TPM device
18 * @param mode TPM startup mode
26 * @param dev TPM device
34 * @param dev TPM device
44 * @param dev TPM device
45 * @param index index of the area
46 * @param perm TPM_NV_ATTRIBUTES of the area
47 * @param size size of the area
57 * @param dev TPM device
58 * @param index index of the area
[all …]
H A Dcros_ec.h67 * @param dev CROS-EC device
68 * @param id Place to put the ID
69 * @param maxlen Maximum length of the ID field
79 * @param dev CROS-EC device
80 * @param scan Place to put the scan results
88 * @param dev CROS-EC device
89 * @param image Destination for image identifier
98 * @param dev CROS-EC device
99 * @param hash_offset Offset in flash to read from
100 * @param hash Destination for hash information
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_params.h38 * Invoke param, a function-like macro, for each i915 param, with arguments:
40 * param(type, name, value, mode)
48 #define I915_PARAMS_FOR_EACH(param) \ argument
49 param(char *, vbt_firmware, NULL, 0400) \
50 param(int, modeset, -1, 0400) \
51 param(int, lvds_channel_mode, 0, 0400) \
52 param(int, panel_use_ssc, -1, 0600) \
53 param(int, vbt_sdvo_panel_type, -1, 0400) \
54 param(int, enable_dc, -1, 0400) \
55 param(int, enable_fbc, -1, 0600) \
[all …]
/openbmc/u-boot/drivers/tee/optee/
H A Doptee_msg_supplicant.h38 * [in] param[0].u.value.a OPTEE_MRF_OPEN
39 * [in] param[1].u.tmem a string holding the file name
40 * [out] param[2].u.value.a file descriptor of open file
47 * [in] param[0].u.value.a OPTEE_MRF_CREATE
48 * [in] param[1].u.tmem a string holding the file name
49 * [out] param[2].u.value.a file descriptor of open file
56 * [in] param[0].u.value.a OPTEE_MRF_CLOSE
57 * [in] param[0].u.value.b file descriptor of open file.
64 * [in] param[0].u.value.a OPTEE_MRF_READ
65 * [in] param[0].u.value.b file descriptor of open file
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c45 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption() argument
55 param->u.crypt.err = 0; in wpa_set_encryption()
56 param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; in wpa_set_encryption()
58 if (param_len < (u32)((u8 *)param->u.crypt.key - (u8 *)param) + param->u.crypt.key_len) { in wpa_set_encryption()
63 if (param->sta_addr[0] != 0xff || param->sta_addr[1] != 0xff || in wpa_set_encryption()
64 param->sta_addr[2] != 0xff || param->sta_addr[3] != 0xff || in wpa_set_encryption()
65 param->sta_addr[4] != 0xff || param->sta_addr[5] != 0xff) { in wpa_set_encryption()
70 if (strcmp(param->u.crypt.alg, "WEP") == 0) in wpa_set_encryption()
75 if (param->u.crypt.idx > max_idx) { in wpa_set_encryption()
76 netdev_err(dev, "Error crypt.idx %d > %d\n", param->u.crypt.idx, max_idx); in wpa_set_encryption()
[all …]
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_post.c575 static bool finetuneDQI_L(struct ast_device *ast, struct ast2300_dram_param *param) in finetuneDQI_L() argument
764 static bool cbr_dll2(struct ast_device *ast, struct ast2300_dram_param *param) in cbr_dll2() argument
770 if (finetuneDQI_L(ast, param) == false) in cbr_dll2()
820 static void get_ddr3_info(struct ast_device *ast, struct ast2300_dram_param *param) in get_ddr3_info() argument
833 param->reg_MADJ = 0x00034C4C; in get_ddr3_info()
834 param->reg_SADJ = 0x00001800; in get_ddr3_info()
835 param->reg_DRV = 0x000000F0; in get_ddr3_info()
836 param->reg_PERIOD = param->dram_freq; in get_ddr3_info()
837 param->rodt = 0; in get_ddr3_info()
839 switch (param->dram_freq) { in get_ddr3_info()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp49 * @param[in] intf - The interface used for each lookup
50 * @param[in] path - The path used for each lookup
58 * @param[in] bus - The bus associated with and used for looking
68 * @param[in] bus - The bus used for calling the method
69 * @param[in] intf - The interface containing the method
70 * @param[in] method - The method name
78 * @param[in] bus - The bus used for the service lookup
97 * @param[in] bus - DBUS Bus Object
98 * @param[in] intf - DBUS Interface
99 * @param[i
[all...]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dsp_public.h27 \param ID[in] SP identifier
28 \param cnd[in] predicate
38 \param ID[in] SP identifier
39 \param state[out] sp state structure
40 \param stall[out] isp stall conditions
51 \param ID[in] SP identifier
52 \param reg[in] register index
53 \param value[in] The data to be written
64 \param ID[in] SP identifier
65 \param reg[in] register index
[all …]
H A Disp_public.h24 \param ID[in] SP identifier
25 \param cnd[in] predicate
35 \param ID[in] ISP identifier
36 \param state[out] isp state structure
37 \param stall[out] isp stall conditions
48 \param ID[in] ISP identifier
49 \param reg[in] register index
50 \param value[in] The data to be written
61 \param ID[in] ISP identifier
62 \param reg[in] register index
[all …]
/openbmc/pldm/platform-mc/
H A Dplatform_manager.hpp46 * @param[in] tid - Destination TID
54 * @param[in] terminus - The terminus object to store fetched PDRs
61 * @param[in] tid - Destination TID
62 * @param[in] recordHndl - Record handle
63 * @param[in] dataTransferHndl - Data transfer handle
64 * @param[in] transferOpFlag - Transfer Operation Flag
65 * @param[in] requstCnt - Request Count of data
66 * @param[in] recordChgNum - Record change number
67 * @param[out] nextRecordHndl - Next record handle
68 * @param[ou
[all...]
/openbmc/linux/fs/
H A Dfs_parser.c56 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument
59 const char *name = param->key; in fs_lookup_key()
60 bool want_flag = param->type == fs_value_is_flag; in fs_lookup_key()
89 * @param: The parameter.
105 struct fs_parameter *param, in __fs_parse() argument
112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse()
117 warn_plog(log, "Deprecated parameter '%s'", param->key); in __fs_parse()
123 if (param->type != fs_value_is_flag) in __fs_parse()
125 param->key); in __fs_parse()
128 int ret = p->type(log, p, param, result); in __fs_parse()
[all …]
/openbmc/linux/crypto/
H A Dalgboss.c52 struct cryptomgr_param *param = data; in cryptomgr_probe() local
56 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe()
61 err = tmpl->create(tmpl, param->tb); in cryptomgr_probe()
67 complete_all(&param->larval->completion); in cryptomgr_probe()
68 crypto_alg_put(&param->larval->alg); in cryptomgr_probe()
69 kfree(param); in cryptomgr_probe()
76 struct cryptomgr_param *param; in cryptomgr_schedule_probe() local
85 param = kzalloc(sizeof(*param), GFP_KERNEL); in cryptomgr_schedule_probe()
86 if (!param) in cryptomgr_schedule_probe()
96 memcpy(param->template, name, len); in cryptomgr_schedule_probe()
[all …]
/openbmc/phosphor-objmgr/src/
H A Dassociations.hpp13 * @param[in] io - io context
14 * @param[in] sourcePath - Path of the object that contains the
16 * @param[in] owner - The Dbus service having its associations
18 * @param[in,out] server - sdbus system object
19 * @param[in,out] assocMaps - The association maps
33 * @param[in] io - io context
34 * @param[in] objectServer - sdbus system object
35 * @param[in] assocPath - Path of the object that contains the
37 * @param[in] endpointsToRemove - Endpoints to remove
38 * @param[in,out] assocMaps - The association maps
[all …]
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c60 static int mtk_jpeg_decide_format(struct mtk_jpeg_dec_param *param) in mtk_jpeg_decide_format() argument
62 param->src_color = (param->sampling_w[0] << 20) | in mtk_jpeg_decide_format()
63 (param->sampling_h[0] << 16) | in mtk_jpeg_decide_format()
64 (param->sampling_w[1] << 12) | in mtk_jpeg_decide_format()
65 (param->sampling_h[1] << 8) | in mtk_jpeg_decide_format()
66 (param->sampling_w[2] << 4) | in mtk_jpeg_decide_format()
67 (param->sampling_h[2]); in mtk_jpeg_decide_format()
69 param->uv_brz_w = 0; in mtk_jpeg_decide_format()
70 switch (param->src_color) { in mtk_jpeg_decide_format()
72 param->uv_brz_w = 1; in mtk_jpeg_decide_format()
[all …]

12345678910>>...138