Searched refs:I2C_M_NOSTART (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-viai2c-common.c | 39 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 D | i2c-digicolor.c | 147 if (!(msg->flags & I2C_M_NOSTART)) { in dc_i2c_start_msg()
|
| 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-cpm.c | 207 if (!(pmsg->flags & I2C_M_NOSTART)) in cpm_i2c_parse_message()
|
| H A D | i2c-bcm-iproc.c | 959 if (msgs[1].flags & I2C_M_NOSTART) { in bcm_iproc_i2c_xfer()
|
| H A D | i2c-pxa.c | 947 if (i2c->msg->flags & I2C_M_NOSTART) in i2c_pxa_irq_txempty()
|
| H A D | i2c-tegra.c | 1686 if (msgs[i + 1].flags & I2C_M_NOSTART) in tegra_i2c_xfer()
|
| /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,
|
| /linux/Documentation/translations/it_IT/i2c/ |
| H A D | i2c-protocol.rst | 57 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 D | i2c.h | 84 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
|
| /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()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ivch.c | 209 .flags = I2C_M_NOSTART, in ivch_read() 215 .flags = I2C_M_RD | I2C_M_NOSTART, in ivch_read()
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-i2c.c | 246 if (!(pmsg->flags & I2C_M_NOSTART)) { in cobalt_xfer()
|
| /linux/drivers/input/joystick/ |
| H A D | as5011.c | 99 .flags = I2C_M_RD | I2C_M_NOSTART, in as5011_i2c_read()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-i2c.c | 159 xfer[1].flags = I2C_M_NOSTART; in regmap_i2c_gather_write()
|
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-bit.c | 540 if (!(pmsg->flags & I2C_M_NOSTART)) { in bit_xfer()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | qsfp.c | 203 msgs[1].flags = I2C_M_NOSTART; in i2c_bus_write()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_core.c | 181 } else if (!(msg[i].flags & I2C_M_NOSTART)) { in dib0700_i2c_xfer_new()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_maven.c | 150 .flags = I2C_M_RD | I2C_M_NOSTART, in maven_get_reg()
|