Lines Matching refs:LVDS_Info_v12
1025 .LVDS_Info_v12->sLCDTiming);
1034 .LVDS_Info_v12->usExtInfoTableOffset);
1041 .LVDS_Info_v12->usExtInfoTableOffset));
1118 .LVDS_Info_v12->usSupportedRefreshRate);
1122 .LVDS_Info_v12->usOffDelayInMs);
1126 .LVDS_Info_v12->ucPowerSequenceDigOntoDEin10Ms * 10;
1130 .LVDS_Info_v12->ucPowerSequenceDEtoBLOnin10Ms * 10;
1134 .LVDS_Info_v12->ucLVDS_Misc & 0x40;
1138 .LVDS_Info_v12->ucLVDS_Misc & 0x01;
1142 .LVDS_Info_v12->ucLVDS_Misc & 0x02;
1146 .LVDS_Info_v12->ucLVDS_Misc & 0x0C;
1150 .LVDS_Info_v12->ucLVDS_Misc * 0x10;
2122 native_mode->PanelXRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usHActive);
2123 native_mode->PanelYRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVActive);
2124 native_mode->DotClock = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usPixClk) * 10;
2125 native_mode->HBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usHBlanking_Time);
2126 native_mode->HOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usHSyncOffset);
2127 native_mode->HSyncWidth = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usHSyncWidth);
2128 native_mode->VBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVBlanking_Time);
2129 native_mode->VOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVSyncOffset);
2130 native_mode->VSyncWidth = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVSyncWidth);
2131 misc = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.susModeMiscInfo.usAccess);
2142 lvds->PanelPwrDly = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->usOffDelayInMs);
2143 lvds->lvds_misc = atomDataPtr->LVDS_Info.LVDS_Info_v12->ucLVDS_Misc;
2144 lvds->lvds_ss_id = atomDataPtr->LVDS_Info.LVDS_Info_v12->ucSS_Id;