Searched defs:link_encoder (Results 1 – 3 of 3) sorted by relevance
81 struct link_encoder { struct82 const struct link_encoder_funcs *funcs; argument83 int32_t aux_channel_offset;84 struct dc_context *ctx;85 struct graphics_object_id id;86 struct graphics_object_id analog_id;87 struct graphics_object_id connector;88 uint32_t output_signals;89 enum engine_id preferred_engine;113 struct link_encoder_funcs { argument[all …]
486 struct graphics_object_id link_encoder = { 0 }; in construct_phy() local
31 #define TO_DCE110_LINK_ENC(link_encoder)\ argument