/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-wmt.c | 131 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 D | i2c-bcm-kona.c | 631 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 D | i2c-brcmstb.c | 468 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 D | i2c-tegra-bpmp.c | 52 if (flags & I2C_M_NOSTART) in tegra_bpmp_xlate_flags()
|
H A D | i2c-digicolor.c | 147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
|
H A D | i2c-kempld.c | 161 if (!(msg->flags & I2C_M_NOSTART)) { in kempld_i2c_process()
|
H A D | i2c-lpc2k.c | 262 if (unlikely(i2c->msg->flags & I2C_M_NOSTART)) { in lpc2k_process_msg()
|
H A D | i2c-meson.c | 370 if (!(msg->flags & I2C_M_NOSTART)) in meson_i2c_xfer_msg()
|
H A D | i2c-ocores.c | 206 if (!(msg->flags & I2C_M_NOSTART)) { in ocores_process()
|
H A D | i2c-cpm.c | 207 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
|
H A D | i2c-s3c2410.c | 470 if (i2c->msg->flags & I2C_M_NOSTART) { in i2c_s3c_irq_nextbyte()
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-protocol.rst | 57 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 D | i2c.h | 83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-i2c.c | 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()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | kona_i2c.c | 159 #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 D | tegra186_bpmp_i2c.c | 30 I2C_M_NOSTART | \
|
H A D | xilinx_xiic.c | 167 if (!(flags & I2C_M_NOSTART)) { in xilinx_xiic_set_addr()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_ivch.c | 207 .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 D | as5011.c | 99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-i2c.c | 243 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 97 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-i2c.c | 159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
|
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-bit.c | 539 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 203 msgs[1].flags = I2C_M_NOSTART; in i2c_bus_write()
|