intel_dpio_phy.c | 245 const struct bxt_ddi_phy_info *phy_info, *phys; local in function:bxt_port_to_phy_channel 251 phy_info = &phys[i]; 253 if (port == phy_info->channel[DPIO_CH0].port) { 259 if (phy_info->dual_channel && 260 port == phy_info->channel[DPIO_CH1].port) { 318 const struct bxt_ddi_phy_info *phy_info; local in function:bxt_ddi_phy_is_enabled 320 phy_info = bxt_get_phy_info(dev_priv, phy); 322 if (!(I915_READ(BXT_P_CR_GT_DISP_PWRON) & phy_info->pwron_mask)) 361 const struct bxt_ddi_phy_info *phy_info; local in function:_bxt_ddi_phy_init 364 phy_info = bxt_get_phy_info(dev_priv, phy) 455 const struct bxt_ddi_phy_info *phy_info; local in function:bxt_ddi_phy_uninit 471 const struct bxt_ddi_phy_info *phy_info = local in function:bxt_ddi_phy_init 525 const struct bxt_ddi_phy_info *phy_info; local in function:bxt_ddi_phy_verify_state [all...] |