Searched refs:I2CStart (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c128 I2CStart(I2CBusPtr b, int timeout) function in typeref:typename:Bool
311 * I2CStart/PutByte because a hardware I2C master may not be able
335 if (I2CStart(d->pI2CBus, d->StartTimeout)) {
793 b->I2CStart == NULL ||
801 b->I2CStart = I2CStart;
H A Dxf86i2c.h30 Bool (*I2CStart) (I2CBusPtr b, int timeout); member in struct:_I2CBusRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c130 I2CStart(I2CBusPtr b, int timeout) function in typeref:typename:Bool
314 * I2CStart/PutByte because a hardware I2C master may not be able
338 if (I2CStart(d->pI2CBus, d->StartTimeout)) {
802 b->I2CStart == NULL || b->I2CStop == NULL)
810 b->I2CStart = I2CStart;
H A Dxf86i2c.h31 Bool (*I2CStart) (I2CBusPtr b, int timeout); member in struct:_I2CBusRec
/xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/
H A Divch.c92 if (!b->I2CStart(b, priv->d.StartTimeout))
128 if (!b->I2CStart(b, priv->d.StartTimeout))
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datii2c.c336 pI2CBus->I2CStart = ATII2CStart;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_i2c.c211 if (b->I2CStart(d->pI2CBus, d->StartTimeout)) {
403 pI2CBus->I2CStart = ViaI2C3Start;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_i2c.c358 pI2CBus->I2CStart = I830I2CStart;
H A Di830_sdvo.c1476 return i2cbus->I2CStart(i2cbus, timeout);
1505 if (d->pI2CBus->I2CStart(d->pI2CBus, d->StartTimeout)) {
2368 ddcbus->I2CStart = i830_sdvo_ddc_i2c_start;
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_vgatool.c3665 I2CStart(ASTRecPtr pAST) function in typeref:typename:void
3817 I2CStart(pAST);
3833 I2CStart(pAST);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_output.c2386 pI2CBus->I2CStart = atom_dp_i2c_start;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_driver.c1443 if (!pMga->Maven_Bus->I2CStart(pMga->Maven_Bus, pMga->Maven->ByteTimeout)) return FALSE;

Completed in 42 milliseconds