Lines Matching refs:dvo
284 int dvo = 0; in intelfbhw_check_non_crt() local
287 dvo |= LVDS_PORT; in intelfbhw_check_non_crt()
289 dvo |= DVOA_PORT; in intelfbhw_check_non_crt()
291 dvo |= DVOB_PORT; in intelfbhw_check_non_crt()
293 dvo |= DVOC_PORT; in intelfbhw_check_non_crt()
295 return dvo; in intelfbhw_check_non_crt()
298 const char * intelfbhw_dvo_to_string(int dvo) in intelfbhw_dvo_to_string() argument
300 if (dvo & DVOA_PORT) in intelfbhw_dvo_to_string()
302 else if (dvo & DVOB_PORT) in intelfbhw_dvo_to_string()
304 else if (dvo & DVOC_PORT) in intelfbhw_dvo_to_string()
306 else if (dvo & LVDS_PORT) in intelfbhw_dvo_to_string()