Home | History | Annotate | Download | only in i2c

Lines Matching defs:I2CStop

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