Searched refs:common_data (Results 1 – 4 of 4) sorted by relevance
125 struct common_data *common_data) in hp_get_common_data_from_buffer() argument131 ret = hp_get_string_from_buffer(buffer_ptr, buffer_size, common_data->path, in hp_get_common_data_from_buffer()132 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()166 if (common_data->prerequisites_size > MAX_PREREQUISITES_SIZE) { in hp_get_common_data_from_buffer()169 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);
417 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch() local424 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch()431 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch_v1() local438 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch_v1()
3341 struct dpia_notification_common common_data; member