Lines Matching defs:stop
429 bool repeated_start, bool stop)
460 if (stop && requested == len - 1)
492 bool repeated_start, bool stop)
510 if (stop && sent == len - 1)
539 bool stop;
544 * It is not possible to explicitly send a start or stop.
549 * The start condition is automatically generated after the stop
550 * condition, so it's impossible to not have a start after a stop.
557 * state, so it's impossible to do that without the stop followed
567 reason = "last message without stop";
578 reason = "stop not followed by start";
583 reason = "change of slave without stop";
639 stop = (msgs[i].flags & IIC_M_NOSTOP) == 0;
642 rpstart, stop);
645 rpstart, stop);
647 /* Wait for error or stop condition occurred on the I2C bus */
648 if (stop && error == 0) {
675 rpstart = !stop;