Searched refs:common_data (Results 1 – 6 of 6) sorted by relevance
127 struct common_data *common_data) in hp_get_common_data_from_buffer() argument133 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 …]
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);
391 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch() local398 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() local412 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()
2491 struct dpia_notification_common common_data; member