Searched refs:dp_mst (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_jack.c135 WARN_ON(dev_id != 0 && !codec->dp_mst);
390 WARN_ON(codec->dp_mst);
420 WARN_ON(codec->dp_mst);
595 WARN_ON(codec->dp_mst);
718 if (codec->dp_mst) {
H A Dpatch_hdmi.c863 if (codec->dp_mst) {
1909 } else if (codec->dp_mst) {
2486 codec->dp_mst = false;
3083 codec->dp_mst = true;
3790 codec->dp_mst = true;
3897 if (codec->dp_mst)
4071 codec->dp_mst = true;
H A Dhda_proc.c920 if (wid_type == AC_WID_PIN && codec->dp_mst)
H A Dhda_codec.c305 if (!codec->dp_mst || !(wcaps & AC_WCAP_DIGITAL) ||
367 /* not support dp_mst will always return 0, using first dev_entry */
368 if (!codec->dp_mst)
387 /* not support dp_mst will always return 0, using first dev_entry */
388 if (!codec->dp_mst)
/linux-master/include/sound/
H A Dhda_codec.h249 unsigned int dp_mst:1; /* support DP1.2 Multi-stream transport */ member in struct:hda_codec

Completed in 133 milliseconds