Searched refs:common_data (Results 1 – 7 of 7) sorted by relevance
125 struct common_data *common_data) in hp_get_common_data_from_buffer() argument132 sizeof(common_data->path)); in hp_get_common_data_from_buffer()138 &common_data->is_readonly); in hp_get_common_data_from_buffer()144 &common_data->display_in_ui); in hp_get_common_data_from_buffer()150 &common_data->requires_physical_presence); in hp_get_common_data_from_buffer()156 &common_data->sequence); in hp_get_common_data_from_buffer()162 &common_data->prerequisites_size); in hp_get_common_data_from_buffer()169 common_data->prerequisites_size = MAX_PREREQUISITES_SIZE; in hp_get_common_data_from_buffer()175 common_data->prerequisites[reqs], in hp_get_common_data_from_buffer()176 sizeof(common_data->prerequisites[reqs])); in hp_get_common_data_from_buffer()[all …]
119 struct common_data { struct132 struct common_data common; argument141 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);
415 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch() local422 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch()429 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch_v1() local436 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch_v1()
250 struct iwl_scan_probe_segment common_data; member264 struct iwl_scan_probe_segment common_data; member
807 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()
420 params->preq.common_data.offset = cpu_to_le16(pos - params->preq.buf); in iwl_mld_scan_build_probe_req()423 params->preq.common_data.len = cpu_to_le16(ies->common_ie_len + in iwl_mld_scan_build_probe_req()
2768 struct dpia_notification_common common_data; member