Searched refs:I2CStop (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c143 /* This is the default I2CStop function if not supplied by the driver.
151 I2CStop(I2CDevPtr d) function in typeref:typename:void
345 I2CStop(d);
378 if (r) b->I2CStop(&d);
435 if (s) b->I2CStop(d);
528 b->I2CStop(d);
579 if (s > 0) b->I2CStop(d);
794 b->I2CStop == NULL)
800 b->I2CStop = I2CStop;
[all...]
H A Dxf86i2c.h32 void (*I2CStop) (I2CDevPtr d); member in struct:_I2CBusRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c145 /* This is the default I2CStop function if not supplied by the driver.
153 I2CStop(I2CDevPtr d) function in typeref:typename:void
347 I2CStop(d);
381 b->I2CStop(&d);
438 b->I2CStop(d);
533 b->I2CStop(d);
585 b->I2CStop(d);
802 b->I2CStart == NULL || b->I2CStop == NULL)
809 b->I2CStop = I2CStop;
[all...]
H A Dxf86i2c.h33 void (*I2CStop) (I2CDevPtr d); member in struct:_I2CBusRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dddc.c369 stop = dev->pI2CBus->I2CStop;
370 dev->pI2CBus->I2CStop = EEDIDStop;
374 dev->pI2CBus->I2CStop = stop;
376 dev->pI2CBus->I2CStop(dev);
/xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/
H A Divch.c107 b->I2CStop(&priv->d);
117 b->I2CStop(&priv->d);
143 b->I2CStop(&priv->d);
148 b->I2CStop(&priv->d);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dddc.c344 stop = dev->pI2CBus->I2CStop;
345 dev->pI2CBus->I2CStop = EEDIDStop;
349 dev->pI2CBus->I2CStop = stop;
351 dev->pI2CBus->I2CStop(dev);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datii2c.c179 (*pI2CBus->I2CStop)(pI2CDev);
337 pI2CBus->I2CStop = ATII2CStop;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_i2c.c223 b->I2CStop(d);
405 pI2CBus->I2CStop = ViaI2C3Stop;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_i2c.c359 pI2CBus->I2CStop = I830I2CStop;
H A Di830_sdvo.c1490 i2cbus->I2CStop(d);
1515 d->pI2CBus->I2CStop(d);
2369 ddcbus->I2CStop = i830_sdvo_ddc_i2c_stop;
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_vgatool.c3680 I2CStop(ASTRecPtr pAST) function in typeref:typename:void
3854 I2CStop(pAST);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_driver.c1446 pMga->Maven_Bus->I2CStop(pMga->Maven);
1448 pMga->Maven_Bus->I2CStop(pMga->Maven);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_output.c2387 pI2CBus->I2CStop = atom_dp_i2c_stop;

Completed in 34 milliseconds