Searched defs:colordepth (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c324 unsigned short xres, temp, colordepth, infoflag; local
329 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
336 temp *= colordepth;
339 temp += (colordepth >> 1);
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c700 enum av7110_osd_palette_type colordepth, u16 index, u8 blending)
703 windownr, colordepth, index, blending);
707 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo)
710 windownr, colordepth, index, colorhi, colorlo);
699 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) argument
706 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) argument
/drivers/video/sis/
H A Dinit.c1806 unsigned short xres, temp, colordepth, infoflag; local
1816 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
1820 temp *= colordepth;
1821 if(xres % 16) temp += (colordepth >> 1);
2268 unsigned short colordepth, unsigned short key)
2271 unsigned int longtemp = VCLK * colordepth;
2288 unsigned short colordepth, unsigned short MCLK)
2292 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2293 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
2318 /* Get half colordepth */
2267 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK, unsigned short colordepth, unsigned short key) argument
2287 SiS_CalcDelay(struct SiS_Private *SiS_Pr, unsigned short VCLK, unsigned short colordepth, unsigned short MCLK) argument
[all...]
/drivers/staging/xgifb/
H A Dvb_setmode.c4163 unsigned short temp, colordepth, modeinfo, index, infoflag, local
4180 colordepth = XGI_GetColorDepth(ModeNo, ModeIdIndex, pVBInfo);
4184 colordepth = ColorDepth[temp];
4188 return temp * colordepth;
4190 return temp * colordepth;
5819 unsigned short xres, yres, colordepth, modeflag, resindex; local
5857 colordepth = XGI_GetColorDepth(ModeNo,
5860 if (colordepth > 2)

Completed in 177 milliseconds