Searched refs:I2C_M_NOSTART (Results 1 – 16 of 16) sorted by relevance
39 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) { in viai2c_write()52 if (i2c->platform == VIAI2C_PLAT_WMT && pmsg->flags & I2C_M_NOSTART) { in viai2c_write()71 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) in viai2c_read()85 if ((i2c->platform == VIAI2C_PLAT_WMT && (pmsg->flags & I2C_M_NOSTART)) || in viai2c_read()108 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) { in viai2c_xfer()
147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
262 if (unlikely(i2c->msg->flags & I2C_M_NOSTART)) { in lpc2k_process_msg()
370 if (!(msg->flags & I2C_M_NOSTART)) in meson_i2c_xfer_msg()
207 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
196 if (!(msg->flags & I2C_M_NOSTART)) { in ocores_process()
970 if (msgs[1].flags & I2C_M_NOSTART) { in bcm_iproc_i2c_xfer()
57 setting these flags for I2C messages. With the exception of I2C_M_NOSTART, they69 I2C_M_NOSTART:71 point. For example, setting I2C_M_NOSTART on the second partial message76 If you set the I2C_M_NOSTART variable for the first partial message,
57 impostando questi flag per i messaggi I2C. Ad eccezione di I2C_M_NOSTART, sono70 I2C_M_NOSTART:73 Ad esempio, impostando I2C_M_NOSTART sul secondo messaggio parziale78 Se si imposta il flag I2C_M_NOSTART per il primo messaggio parziale,
84 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
121 if (!(solo_dev->i2c_msg->flags & I2C_M_NOSTART)) { in solo_i2c_handle_read()153 if (!(solo_dev->i2c_msg->flags & I2C_M_NOSTART)) { in solo_i2c_handle_write()
209 .flags = I2C_M_NOSTART, in ivch_read()215 .flags = I2C_M_RD | I2C_M_NOSTART, in ivch_read()
246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
203 msgs[1].flags = I2C_M_NOSTART; in i2c_bus_write()
181 } else if (!(msg[i].flags & I2C_M_NOSTART)) { in dib0700_i2c_xfer_new()