Searched refs:I2CStart (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | xf86i2c.c | 128 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 D | xf86i2c.h | 30 Bool (*I2CStart) (I2CBusPtr b, int timeout); member in struct:_I2CBusRec
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/ |
| H A D | xf86i2c.c | 130 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 D | xf86i2c.h | 31 Bool (*I2CStart) (I2CBusPtr b, int timeout); member in struct:_I2CBusRec
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/ |
| H A D | ivch.c | 92 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 D | atii2c.c | 336 pI2CBus->I2CStart = ATII2CStart;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_i2c.c | 211 if (b->I2CStart(d->pI2CBus, d->StartTimeout)) { 403 pI2CBus->I2CStart = ViaI2C3Start;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_i2c.c | 358 pI2CBus->I2CStart = I830I2CStart;
|
| H A D | i830_sdvo.c | 1476 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 D | ast_vgatool.c | 3665 I2CStart(ASTRecPtr pAST) function in typeref:typename:void 3817 I2CStart(pAST); 3833 I2CStart(pAST);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | atombios_output.c | 2386 pI2CBus->I2CStart = atom_dp_i2c_start;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_driver.c | 1443 if (!pMga->Maven_Bus->I2CStart(pMga->Maven_Bus, pMga->Maven->ByteTimeout)) return FALSE;
|
Completed in 42 milliseconds