Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/i2c/busses/
Di2c-wmt.c135 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_write()
152 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_write()
173 if (pmsg->flags & I2C_M_NOSTART) { in wmt_i2c_write()
226 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_read()
240 if (!(pmsg->flags & I2C_M_NOSTART)) { in wmt_i2c_read()
263 if (pmsg->flags & I2C_M_NOSTART) { in wmt_i2c_read()
Di2c-tegra-bpmp.c69 if (flags & I2C_M_NOSTART) { in tegra_bpmp_xlate_flags()
71 flags &= ~I2C_M_NOSTART; in tegra_bpmp_xlate_flags()
Di2c-brcmstb.c484 if (i < (num - 1) && (msgs[i + 1].flags & I2C_M_NOSTART)) in brcmstb_i2c_xfer()
492 if (!(pmsg->flags & I2C_M_NOSTART)) { in brcmstb_i2c_xfer()
Di2c-bcm-kona.c641 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()
651 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
Di2c-stu300.c703 if (!(msg->flags & I2C_M_NOSTART)) in stu300_xfer_msg()
709 if (!(msg->flags & I2C_M_NOSTART)) { in stu300_xfer_msg()
Di2c-xiic.c552 if (!(msg->flags & I2C_M_NOSTART)) in xiic_start_recv()
583 if (!(msg->flags & I2C_M_NOSTART)) { in xiic_start_send()
Di2c-digicolor.c151 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
Di2c-kempld.c169 if (!(msg->flags & I2C_M_NOSTART)) { in kempld_i2c_process()
Di2c-lpc2k.c268 if (unlikely(i2c->msg->flags & I2C_M_NOSTART)) { in lpc2k_process_msg()
Di2c-meson.c301 if (!(msg->flags & I2C_M_NOSTART)) in meson_i2c_xfer_msg()
Di2c-ocores.c180 if (!(msg->flags & I2C_M_NOSTART)) { in ocores_process()
Di2c-cpm.c213 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
Di2c-tegra.c787 if (msgs[i + 1].flags & I2C_M_NOSTART) in tegra_i2c_xfer()
Di2c-s3c2410.c488 if (i2c->msg->flags & I2C_M_NOSTART) { in i2c_s3c_irq_nextbyte()
/Linux-v4.19/Documentation/i2c/
Di2c-protocol53 setting these flags for i2c messages. With the exception of I2C_M_NOSTART, they
65 I2C_M_NOSTART:
67 point. For example, setting I2C_M_NOSTART on the second partial message
70 If you set the I2C_M_NOSTART variable for the first partial message,
/Linux-v4.19/include/uapi/linux/
Di2c.h82 #define I2C_M_NOSTART 0x4000 /* if I2C_FUNC_NOSTART */ macro
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-i2c.c130 if (!(solo_dev->i2c_msg->flags & I2C_M_NOSTART)) { in solo_i2c_handle_read()
162 if (!(solo_dev->i2c_msg->flags & I2C_M_NOSTART)) { in solo_i2c_handle_write()
/Linux-v4.19/drivers/gpu/drm/i915/
Ddvo_ivch.c206 .flags = I2C_M_NOSTART, in ivch_read()
212 .flags = I2C_M_RD | I2C_M_NOSTART, in ivch_read()
/Linux-v4.19/drivers/base/regmap/
Dregmap-i2c.c163 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
/Linux-v4.19/drivers/input/joystick/
Das5011.c112 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-i2c.c246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-i2c.c252 if (!(msgs[i].flags & I2C_M_NOSTART) || 0 == i) { in saa7134_i2c_xfer()
/Linux-v4.19/drivers/i2c/algos/
Di2c-algo-bit.c559 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
/Linux-v4.19/drivers/input/touchscreen/
Dmms114.c96 xfer[0].flags = I2C_M_TEN | I2C_M_NOSTART; in __mms114_read_reg()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dqsfp.c245 msgs[1].flags = I2C_M_NOSTART, in i2c_bus_write()

12