Home | History | Annotate | Download | only in i2c

Lines Matching defs:I2CStop

143 /* This is the default I2CStop function if not supplied by the driver.
151 I2CStop(I2CDevPtr d)
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;