Home
last modified time | relevance | path

Searched refs:I2C_M_NOSTART (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-viai2c-common.c39 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()
H A Di2c-digicolor.c147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
H A Di2c-lpc2k.c262 if (unlikely(i2c->msg->flags & I2C_M_NOSTART)) { in lpc2k_process_msg()
H A Di2c-meson.c370 if (!(msg->flags & I2C_M_NOSTART)) in meson_i2c_xfer_msg()
H A Di2c-bcm-iproc.c959 if (msgs[1].flags & I2C_M_NOSTART) { in bcm_iproc_i2c_xfer()
H A Di2c-pxa.c944 if (i2c->msg->flags & I2C_M_NOSTART) in i2c_pxa_irq_txempty()
/linux/Documentation/i2c/
H A Di2c-protocol.rst57 setting these flags for I2C messages. With the exception of I2C_M_NOSTART, they
69 I2C_M_NOSTART:
71 point. For example, setting I2C_M_NOSTART on the second partial message
76 If you set the I2C_M_NOSTART variable for the first partial message,
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst57 impostando questi flag per i messaggi I2C. Ad eccezione di I2C_M_NOSTART, sono
70 I2C_M_NOSTART:
73 Ad esempio, impostando I2C_M_NOSTART sul secondo messaggio parziale
78 Se si imposta il flag I2C_M_NOSTART per il primo messaggio parziale,
/linux/include/uapi/linux/
H A Di2c.h84 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c121 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()
/linux/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
/linux/drivers/input/joystick/
H A Das5011.c99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c243 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
/linux/drivers/base/regmap/
H A Dregmap-i2c.c159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c539 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c181 } else if (!(msg[i].flags & I2C_M_NOSTART)) { in dib0700_i2c_xfer_new()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c150 .flags = I2C_M_RD | I2C_M_NOSTART, in maven_get_reg()