Home
last modified time | relevance | path

Searched refs:other_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_edid.c3076 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.pad1) != 2); in is_display_descriptor()
3077 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.type) != 3); in is_display_descriptor()
3080 descriptor->data.other_data.pad1 == 0 && in is_display_descriptor()
3081 descriptor->data.other_data.type == type; in is_display_descriptor()
3158 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in is_rb()
3159 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3161 if (descriptor->data.other_data.data.range.flags == DRM_EDID_CVT_SUPPORT_FLAG && in is_rb()
3162 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3188 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in find_gtf2()
3190 if (descriptor->data.other_data.data.range.flags == DRM_EDID_SECONDARY_GTF_SUPPORT_FLAG) in find_gtf2()
[all …]
/linux/drivers/net/ipa/
H A Dipa_endpoint.c238 const struct ipa_gsi_endpoint_data *other_data; in ipa_endpoint_data_valid_one() local
340 other_data = &all_data[other_name]; in ipa_endpoint_data_valid_one()
341 if (ipa_gsi_endpoint_data_empty(other_data)) { in ipa_endpoint_data_valid_one()
349 if (other_data->toward_ipa) { in ipa_endpoint_data_valid_one()
357 if (other_data->ee_id == GSI_EE_AP) { in ipa_endpoint_data_valid_one()
359 if (!other_data->endpoint.config.status_enable) { in ipa_endpoint_data_valid_one()
362 other_data->endpoint_id); in ipa_endpoint_data_valid_one()
377 other_data = &all_data[other_name]; in ipa_endpoint_data_valid_one()
378 if (ipa_gsi_endpoint_data_empty(other_data)) { in ipa_endpoint_data_valid_one()