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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.h91 #define I2C_WriteRead xf86I2CWriteRead
92 extern _X_EXPORT Bool xf86I2CWriteRead(I2CDevPtr d, I2CByte *WriteBuffer, int nWrite,
94 #define xf86I2CRead(d, rb, nr) xf86I2CWriteRead(d, NULL, 0, rb, nr)
100 #define xf86I2CWrite(d, wb, nw) xf86I2CWriteRead(d, wb, nw, NULL, 0)
H A Dxf86i2c.c443 xf86I2CWriteRead(I2CDevPtr d, function in typeref:typename:Bool
457 return xf86I2CWriteRead(d, NULL, 0, pbyte, 1);
466 return xf86I2CWriteRead(d, &subaddr, 1, pbyte, 1);
476 return xf86I2CWriteRead(d, &subaddr, 1, pbyte, n);
488 if (!xf86I2CWriteRead(d, &subaddr, 1, rb, 2)) return FALSE;
506 return xf86I2CWriteRead(d, wb, 2, NULL, 0);
548 return xf86I2CWriteRead(d, wb, 3, NULL, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.h95 #define I2C_WriteRead xf86I2CWriteRead
96 extern _X_EXPORT Bool xf86I2CWriteRead(I2CDevPtr d, I2CByte * WriteBuffer,
99 #define xf86I2CRead(d, rb, nr) xf86I2CWriteRead(d, NULL, 0, rb, nr)
108 #define xf86I2CWrite(d, wb, nw) xf86I2CWriteRead(d, wb, nw, NULL, 0)
H A Dxf86i2c.c446 xf86I2CWriteRead(I2CDevPtr d, function in typeref:typename:Bool
461 return xf86I2CWriteRead(d, NULL, 0, pbyte, 1);
470 return xf86I2CWriteRead(d, &subaddr, 1, pbyte, 1);
480 return xf86I2CWriteRead(d, &subaddr, 1, pbyte, n);
492 if (!xf86I2CWriteRead(d, &subaddr, 1, rb, 2))
511 return xf86I2CWriteRead(d, wb, 2, NULL, 0);
553 return xf86I2CWriteRead(d, wb, 3, NULL, 0);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_ch7xxx.c534 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
537 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
541 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,1, R_Buffer,1);
545 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
551 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
556 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,1, R_Buffer,1);
562 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
567 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,1, R_Buffer,1);
569 xf86I2CWriteRead(pBIOSInfo->TVI2CDev, W_Buffer,2, NULL,0);
572 xf86I2CWriteRead(pBIOSInf
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dddc.c372 b = xf86I2CWriteRead(seg, W_Buffer, 1, NULL, 0);
383 if (xf86I2CWriteRead(dev, W_Buffer, 1, R_Buffer, EDID1_LEN)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dddc.c347 b = xf86I2CWriteRead(seg, W_Buffer, 1, NULL, 0);
358 if (xf86I2CWriteRead(dev, W_Buffer, 1, R_Buffer, EDID1_LEN)) {

Completed in 9 milliseconds