Lines Matching defs:atomic
22 * transactions using atomic mode commands, and also by MODE_SEQUENCE,
23 * which emits a simple fixed sequence of atomic mode commands.
25 * Due to software control, the use of atomic commands usually results
39 * of the bus compared to individual atomic commands, with potentially
57 * each atomic mode command that gets completed. However, these events are
58 * not needed in automatic mode, becase those atomic mode commands are
398 /* atomic mode state */
471 /* Send a single atomic mode command to the hardware */
490 "atomic cmd=%s (%d) data=%#x\n",
503 /* Start a transaction in atomic mode */
810 dev_err(i2c->adap.dev.parent, "bad atomic command %d\n",
866 /* use atomic mode and try to force a stop bit */
1028 bool atomic = false;
1049 * cannot do them in automatic mode, so use atomic mode
1053 * in atomic mode.
1057 atomic = true;
1096 if (atomic) {