HomeSort by: relevance | last modified time | path
    Searched defs:I2CGetByte (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
xf86i2c.c 265 /* This is the default I2CGetByte function if not supplied by the driver.
283 I2CGetByte(I2CDevPtr d, I2CByte * data, Bool last)
431 if (!(r = b->I2CGetByte(d, ReadBuffer, nRead == 1)))
800 b->I2CGetByte == NULL ||
807 b->I2CGetByte = I2CGetByte;
xf86i2c.h 35 Bool (*I2CGetByte) (I2CDevPtr d, I2CByte * data, Bool);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
xf86i2c.c 262 /* This is the default I2CGetByte function if not supplied by the driver.
280 I2CGetByte(I2CDevPtr d, I2CByte *data, Bool last)
429 if (!(r = b->I2CGetByte(d, ReadBuffer, nRead == 1)))
791 b->I2CGetByte == NULL ||
798 b->I2CGetByte = I2CGetByte;
xf86i2c.h 34 Bool (*I2CGetByte)(I2CDevPtr d, I2CByte *data, Bool);

Completed in 7 milliseconds