Home
last modified time | relevance | path

Searched refs:SiS_ReadDDC2Data (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c388 static unsigned short SiS_ReadDDC2Data(struct SiS_Private *SiS_Pr);
9191 tempah = SiS_ReadDDC2Data(SiS_Pr); /* Read byte */ in SiS_GetChReg()
9446 temp = (unsigned char)SiS_ReadDDC2Data(SiS_Pr); in SiS_DoProbeDDC()
9457 temp = (unsigned char)SiS_ReadDDC2Data(SiS_Pr); in SiS_DoProbeDDC()
9506 buffer[i] = (unsigned char)SiS_ReadDDC2Data(SiS_Pr); in SiS_ReadDDC()
9511 buffer[i] = (unsigned char)SiS_ReadDDC2Data(SiS_Pr); in SiS_ReadDDC()
9693 SiS_ReadDDC2Data(struct SiS_Private *SiS_Pr) in SiS_ReadDDC2Data() function