Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-wmt.c131 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_write()
148 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_write()
169 if (pmsg->flags & I2C_M_NOSTART) { in wmt_i2c_write()
222 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_read()
236 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_read()
259 if (pmsg->flags & I2C_M_NOSTART) { in wmt_i2c_read()
A Di2c-bcm-kona.c631 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()
641 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
A Di2c-brcmstb.c468 if (i < (num - 1) && (msgs[i + 1].flags & I2C_M_NOSTART)) in brcmstb_i2c_xfer()
476 if (!(pmsg->flags & I2C_M_NOSTART)) { in brcmstb_i2c_xfer()
A Di2c-tegra-bpmp.c52 if (flags & I2C_M_NOSTART) in tegra_bpmp_xlate_flags()
A Di2c-digicolor.c147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
A Di2c-kempld.c161 if (!(msg->flags & I2C_M_NOSTART)) { in kempld_i2c_process()
A Di2c-lpc2k.c263 if (unlikely(i2c->msg->flags & I2C_M_NOSTART)) { in lpc2k_process_msg()
A Di2c-meson.c371 if (!(msg->flags & I2C_M_NOSTART)) in meson_i2c_xfer_msg()
A Di2c-cpm.c207 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
A Di2c-ocores.c206 if (!(msg->flags & I2C_M_NOSTART)) { in ocores_process()
A Di2c-s3c2410.c472 if (i2c->msg->flags & I2C_M_NOSTART) { in i2c_s3c_irq_nextbyte()
A Di2c-bcm-iproc.c949 if (msgs[1].flags & I2C_M_NOSTART) { in bcm_iproc_i2c_xfer()
/linux-6.3-rc2/Documentation/i2c/
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-6.3-rc2/include/uapi/linux/
A Di2c.h83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
/linux-6.3-rc2/drivers/media/pci/solo6x10/
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-6.3-rc2/drivers/gpu/drm/i915/display/
A Ddvo_ivch.c207 .flags = I2C_M_NOSTART, in ivch_read()
213 .flags = I2C_M_RD | I2C_M_NOSTART, in ivch_read()
/linux-6.3-rc2/drivers/input/joystick/
A Das5011.c99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
/linux-6.3-rc2/drivers/media/pci/cobalt/
A Dcobalt-i2c.c246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
/linux-6.3-rc2/drivers/media/pci/saa7134/
A Dsaa7134-i2c.c243 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
/linux-6.3-rc2/drivers/base/regmap/
A Dregmap-i2c.c159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
/linux-6.3-rc2/drivers/i2c/algos/
A Di2c-algo-bit.c539 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dqsfp.c203 msgs[1].flags = I2C_M_NOSTART; in i2c_bus_write()
/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddib0700_core.c181 } else if (!(msg[i].flags & I2C_M_NOSTART)) { in dib0700_i2c_xfer_new()
A Dm920x.c269 if (!(msg[i].flags & I2C_M_NOSTART)) { in m920x_i2c_xfer()
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_maven.c150 .flags = I2C_M_RD | I2C_M_NOSTART, in maven_get_reg()

Completed in 49 milliseconds

12