Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/i2c/busses/
H 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()
H 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()
H 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()
H A Di2c-tegra-bpmp.c52 if (flags & I2C_M_NOSTART) in tegra_bpmp_xlate_flags()
H A Di2c-digicolor.c147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
H A Di2c-kempld.c161 if (!(msg->flags & I2C_M_NOSTART)) { in kempld_i2c_process()
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-ocores.c206 if (!(msg->flags & I2C_M_NOSTART)) { in ocores_process()
H A Di2c-cpm.c207 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
H A Di2c-s3c2410.c470 if (i2c->msg->flags & I2C_M_NOSTART) { in i2c_s3c_irq_nextbyte()
/openbmc/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,
/openbmc/linux/include/uapi/linux/
H A Di2c.h83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
/openbmc/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()
/openbmc/u-boot/drivers/i2c/
H A Dkona_i2c.c159 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro
509 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()
518 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
H A Dtegra186_bpmp_i2c.c30 I2C_M_NOSTART | \
H A Dxilinx_xiic.c167 if (!(flags & I2C_M_NOSTART)) { in xilinx_xiic_set_addr()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ivch.c207 .flags = I2C_M_NOSTART, in ivch_read()
213 .flags = I2C_M_RD | I2C_M_NOSTART, in ivch_read()
/openbmc/linux/drivers/input/joystick/
H A Das5011.c99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c243 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
/openbmc/u-boot/include/
H A Di2c.h97 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
/openbmc/linux/drivers/base/regmap/
H A Dregmap-i2c.c159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c539 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c203 msgs[1].flags = I2C_M_NOSTART; in i2c_bus_write()

12