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