Searched refs:pch_type (Results 1 – 5 of 5) sorted by relevance
202 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()212 enum intel_pch pch_type; in intel_detect_pch() local219 dev_priv->pch_type = PCH_LNL; in intel_detect_pch()226 dev_priv->pch_type = PCH_MTL; in intel_detect_pch()229 dev_priv->pch_type = PCH_DG2; in intel_detect_pch()232 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()254 if (pch_type != PCH_NONE) { in intel_detect_pch()255 dev_priv->pch_type = pch_type; in intel_detect_pch()261 dev_priv->pch_type = pch_type; in intel_detect_pch()274 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()[all …]
66 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
502 enum intel_pch pch_type; member
16 enum pch_type { enum
275 enum intel_pch pch_type; member
Completed in 13 milliseconds