Lines Matching refs:desc
33 struct mxms_odev desc; member
40 struct mxms_odev desc; in mxm_match_tmds_partner() local
42 mxms_output_device(mxm, data, &desc); in mxm_match_tmds_partner()
43 if (desc.outp_type == 2 && in mxm_match_tmds_partner()
44 desc.dig_conn == ctx->desc.dig_conn) in mxm_match_tmds_partner()
54 u64 desc = *(u64 *)data; in mxm_match_dcb() local
56 mxms_output_device(mxm, data, &ctx->desc); in mxm_match_dcb()
59 if ((ctx->outp[0] & 0x0000000f) != ctx->desc.outp_type) in mxm_match_dcb()
66 if ((desc & 0x00000000000000f0) >= 0x20) { in mxm_match_dcb()
68 u8 link = mxm_sor_map(bios, ctx->desc.dig_conn); in mxm_match_dcb()
84 if (ctx->desc.outp_type == 6 && ctx->desc.conn_type == 6 && in mxm_match_dcb()
116 i2cidx = mxm_ddc_map(bios, ctx.desc.ddc_port); in mxm_dcb_sanitise_entry()
128 switch (ctx.desc.outp_type) { in mxm_dcb_sanitise_entry()
133 link = mxm_sor_map(bios, ctx.desc.dig_conn) & 0x30; in mxm_dcb_sanitise_entry()
149 switch (ctx.desc.conn_type) { in mxm_dcb_sanitise_entry()
181 u64 desc = *(u64 *)data; in mxm_show_unmatched() local
182 if ((desc & 0xf0) != 0xf0) in mxm_show_unmatched()
183 nvkm_info(subdev, "unmatched output device %016llx\n", desc); in mxm_show_unmatched()