Lines Matching defs:stop
57 #define I2C_CR_FS (0x3 << 15) /* Force stop enable */
164 * @stop: stop condition.
181 int stop;
333 /* stop or repeated start? */
334 if (dev->stop)
466 if (dev->stop || !dev->vendor->has_mtdws)
546 if (dev->stop || !dev->vendor->has_mtdws)
680 dev->stop = (i < (num_msgs - 1)) ? 0 : 1;
788 /* Master Transaction Done with/without stop */
830 * This happens when an unexpected start/stop condition occurs