Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c125 struct common_data *common_data) in hp_get_common_data_from_buffer() argument
131 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 …]
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.c417 struct type_mismatch_data_common common_data = { in __ubsan_handle_type_mismatch() local
424 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() local
438 ubsan_type_mismatch_common(&common_data, (unsigned long)ptr); in __ubsan_handle_type_mismatch_v1()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3341 struct dpia_notification_common common_data; member