Lines Matching refs:desc
37 struct mxms_odev desc; member
44 struct mxms_odev desc; in mxm_match_tmds_partner() local
46 mxms_output_device(mxm, data, &desc); in mxm_match_tmds_partner()
47 if (desc.outp_type == 2 && in mxm_match_tmds_partner()
48 desc.dig_conn == ctx->desc.dig_conn) in mxm_match_tmds_partner()
58 u64 desc = *(u64 *)data; in mxm_match_dcb() local
60 mxms_output_device(mxm, data, &ctx->desc); in mxm_match_dcb()
63 if ((ctx->outp[0] & 0x0000000f) != ctx->desc.outp_type) in mxm_match_dcb()
70 if ((desc & 0x00000000000000f0) >= 0x20) { in mxm_match_dcb()
72 u8 link = mxm_sor_map(bios, ctx->desc.dig_conn); in mxm_match_dcb()
88 if (ctx->desc.outp_type == 6 && ctx->desc.conn_type == 6 && in mxm_match_dcb()
120 i2cidx = mxm_ddc_map(bios, ctx.desc.ddc_port); in mxm_dcb_sanitise_entry()
132 switch (ctx.desc.outp_type) { in mxm_dcb_sanitise_entry()
137 link = mxm_sor_map(bios, ctx.desc.dig_conn) & 0x30; in mxm_dcb_sanitise_entry()
153 switch (ctx.desc.conn_type) { in mxm_dcb_sanitise_entry()
183 u64 desc = *(u64 *)data; in mxm_show_unmatched() local
184 if ((desc & 0xf0) != 0xf0) in mxm_show_unmatched()
185 nv_info(mxm, "unmatched output device 0x%016llx\n", desc); in mxm_show_unmatched()