Lines Matching refs:aux_ch

1660 static enum port get_port_by_aux_ch(struct drm_i915_private *i915, u8 aux_ch)  in get_port_by_aux_ch()  argument
1665 if (!aux_ch) in get_port_by_aux_ch()
1671 if (devdata && aux_ch == devdata->child.aux_channel) in get_port_by_aux_ch()
2900 enum aux_ch intel_bios_port_aux_ch(struct drm_i915_private *i915, in intel_bios_port_aux_ch()
2904 enum aux_ch aux_ch; in intel_bios_port_aux_ch() local
2907 aux_ch = (enum aux_ch)port; in intel_bios_port_aux_ch()
2911 aux_ch_name(aux_ch), port_name(port)); in intel_bios_port_aux_ch()
2912 return aux_ch; in intel_bios_port_aux_ch()
2924 aux_ch = AUX_CH_A; in intel_bios_port_aux_ch()
2928 aux_ch = AUX_CH_USBC1; in intel_bios_port_aux_ch()
2930 aux_ch = AUX_CH_B; in intel_bios_port_aux_ch()
2934 aux_ch = AUX_CH_USBC2; in intel_bios_port_aux_ch()
2936 aux_ch = AUX_CH_USBC1; in intel_bios_port_aux_ch()
2938 aux_ch = AUX_CH_C; in intel_bios_port_aux_ch()
2942 aux_ch = AUX_CH_D_XELPD; in intel_bios_port_aux_ch()
2944 aux_ch = AUX_CH_USBC3; in intel_bios_port_aux_ch()
2946 aux_ch = AUX_CH_USBC2; in intel_bios_port_aux_ch()
2948 aux_ch = AUX_CH_D; in intel_bios_port_aux_ch()
2952 aux_ch = AUX_CH_E_XELPD; in intel_bios_port_aux_ch()
2954 aux_ch = AUX_CH_USBC4; in intel_bios_port_aux_ch()
2956 aux_ch = AUX_CH_E; in intel_bios_port_aux_ch()
2960 aux_ch = AUX_CH_USBC1; in intel_bios_port_aux_ch()
2962 aux_ch = AUX_CH_F; in intel_bios_port_aux_ch()
2966 aux_ch = AUX_CH_USBC2; in intel_bios_port_aux_ch()
2968 aux_ch = AUX_CH_G; in intel_bios_port_aux_ch()
2972 aux_ch = AUX_CH_USBC3; in intel_bios_port_aux_ch()
2974 aux_ch = AUX_CH_H; in intel_bios_port_aux_ch()
2978 aux_ch = AUX_CH_USBC4; in intel_bios_port_aux_ch()
2980 aux_ch = AUX_CH_I; in intel_bios_port_aux_ch()
2984 aux_ch = AUX_CH_A; in intel_bios_port_aux_ch()
2989 aux_ch_name(aux_ch), port_name(port)); in intel_bios_port_aux_ch()
2991 return aux_ch; in intel_bios_port_aux_ch()