Searched refs:I2C_M_NOSTART (Results 1 – 17 of 17) 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()
959 if (msgs[1].flags & I2C_M_NOSTART) { in bcm_iproc_i2c_xfer()
944 if (i2c->msg->flags & I2C_M_NOSTART) in i2c_pxa_irq_txempty()
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()
246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
243 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
539 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
181 } else if (!(msg[i].flags & I2C_M_NOSTART)) { in dib0700_i2c_xfer_new()
150 .flags = I2C_M_RD | I2C_M_NOSTART, in maven_get_reg()