Searched refs:PanelPwrDly (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_probe.h145 int PanelPwrDly; member in struct:_R128OutputPrivateRec
H A Dr128_driver.c488 r128_output->PanelPwrDly = 200;
535 r128_output->PanelPwrDly = R128_BIOS8(info->FPBIOSstart + 56);
2302 usleep(r128_output->PanelPwrDly * 1000);
2306 usleep(r128_output->PanelPwrDly * 1000);
H A Dr128_output.c233 usleep(r128_output->PanelPwrDly * 1000);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_output.c182 lvds->PanelPwrDly = 200;
237 lvds->PanelPwrDly = 200;
921 usleep (lvds->PanelPwrDly * 1000);
1034 usleep (lvds->PanelPwrDly * 1000);
H A Dradeon_bios.c1142 lvds->PanelPwrDly = RADEON_BIOS16(tmp+44);
1143 if (lvds->PanelPwrDly > 2000 || lvds->PanelPwrDly < 0)
1144 lvds->PanelPwrDly = 2000;
H A Dradeon_probe.h291 int PanelPwrDly; member in struct:_radeon_lvds
H A Dradeon_atombios.c2117 lvds->PanelPwrDly = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->usOffDelayInMs);
2142 lvds->PanelPwrDly = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->usOffDelayInMs);
2149 if (lvds->PanelPwrDly > 2000 || lvds->PanelPwrDly < 0)
2150 lvds->PanelPwrDly = 2000;

Completed in 17 milliseconds