Searched refs:I2CUDelay (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c38 /* This is the default I2CUDelay function if not supplied by the driver.
47 I2CUDelay(I2CBusPtr b, int usec) function in typeref:typename:void
92 b->I2CUDelay(b, b->RiseFallTime);
97 b->I2CUDelay(b, b->RiseFallTime);
134 b->I2CUDelay(b, b->HoldTime);
136 b->I2CUDelay(b, b->HoldTime);
156 b->I2CUDelay(b, b->RiseFallTime);
159 b->I2CUDelay(b, b->HoldTime);
161 b->I2CUDelay(b, b->HoldTime);
176 b->I2CUDelay(
[all...]
H A Dxf86i2c.h23 void (*I2CUDelay) (I2CBusPtr b, int usec); member in struct:_I2CBusRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c37 /* This is the default I2CUDelay function if not supplied by the driver.
46 I2CUDelay(I2CBusPtr b, int usec) function in typeref:typename:void
91 b->I2CUDelay(b, b->RiseFallTime);
97 b->I2CUDelay(b, b->RiseFallTime);
136 b->I2CUDelay(b, b->HoldTime);
138 b->I2CUDelay(b, b->HoldTime);
158 b->I2CUDelay(b, b->RiseFallTime);
161 b->I2CUDelay(b, b->HoldTime);
163 b->I2CUDelay(b, b->HoldTime);
178 b->I2CUDelay(
[all...]
H A Dxf86i2c.h24 void (*I2CUDelay) (I2CBusPtr b, int usec); member in struct:_I2CBusRec
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_i2c.c195 b->I2CUDelay(b, b->RiseFallTime);
198 b->I2CUDelay(b, b->HoldTime);
200 b->I2CUDelay(b, b->HoldTime);
235 b->I2CUDelay(b, b->RiseFallTime);
238 b->I2CUDelay(b, b->HoldTime);
241 b->I2CUDelay(b, b->HoldTime);
244 b->I2CUDelay(b, b->HoldTime);
256 b->I2CUDelay(b, b->RiseFallTime / 5);
259 b->I2CUDelay(b, b->HoldTime);
260 b->I2CUDelay(
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_i2c.c106 b->I2CUDelay(b, b->RiseFallTime);
112 b->I2CUDelay(b, b->RiseFallTime);
118 b->I2CUDelay(b, b->RiseFallTime);
127 b->I2CUDelay(b, b->RiseFallTime);
132 b->I2CUDelay(b, b->RiseFallTime);
194 b->I2CUDelay(b, b->RiseFallTime);
202 b->I2CUDelay(b, b->RiseFallTime);
H A Di830_sdvo.c392 intel_output->pI2CBus->I2CUDelay(intel_output->pI2CBus, 50);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datii2c.c40 (*pI2CBus->I2CUDelay)(pI2CBus, pI2CBus->HoldTime)
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c1957 pBus->I2CUDelay = Permedia2I2CUDelay;
1970 pBus->I2CUDelay = Permedia2I2CUDelay;

Completed in 13 milliseconds