Home
last modified time | relevance | path

Searched refs:common_data (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c127 struct common_data *common_data) in hp_get_common_data_from_buffer() argument
133 ret = hp_get_string_from_buffer(buffer_ptr, buffer_size, common_data->path, in hp_get_common_data_from_buffer()
134 sizeof(common_data->path)); in hp_get_common_data_from_buffer()
140 &common_data->is_readonly); in hp_get_common_data_from_buffer()
146 &common_data->display_in_ui); in hp_get_common_data_from_buffer()
152 &common_data->requires_physical_presence); in hp_get_common_data_from_buffer()
158 &common_data->sequence); in hp_get_common_data_from_buffer()
164 &common_data->prerequisites_size); in hp_get_common_data_from_buffer()
168 if (common_data->prerequisites_size > MAX_PREREQUISITES_SIZE) { in hp_get_common_data_from_buffer()
171 common_data->prerequisites_size = MAX_PREREQUISITES_SIZE; in hp_get_common_data_from_buffer()
[all …]
H A Dbioscfg.h119 struct common_data { struct
132 struct common_data common; argument
141 struct common_data common;
151 struct common_data common;
160 struct common_data common;
169 struct common_data common;
485 int hp_get_common_data_from_buffer(u8 **buffer_ptr, u32 *buffer_size, struct common_data *common);
/linux/lib/
H A Dubsan.c391 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch() local
398 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch()
405 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch_v1() local
412 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch_v1()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h250 struct iwl_scan_probe_segment common_data; member
264 struct iwl_scan_probe_segment common_data; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c807 params->preq.common_data.offset = cpu_to_le16(pos - params->preq.buf); in iwl_mvm_build_scan_probe()
813 params->preq.common_data.len = cpu_to_le16(ies->common_ie_len + in iwl_mvm_build_scan_probe()
816 params->preq.common_data.len = cpu_to_le16(ies->common_ie_len); in iwl_mvm_build_scan_probe()
934 p_req->common_data = src_p_req->common_data; in iwl_mvm_scan_set_legacy_probe_req()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2491 struct dpia_notification_common common_data; member