Home
last modified time | relevance | path

Searched refs:I2C_M_STOP (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Di2c.h83 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/Linux-v4.19/drivers/i2c/busses/
Di2c-tegra-bpmp.c64 if (flags & I2C_M_STOP) { in tegra_bpmp_xlate_flags()
66 flags &= ~I2C_M_STOP; in tegra_bpmp_xlate_flags()
Di2c-uniphier.c252 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
Di2c-uniphier-f.c405 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
Di2c-fsi.c247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
Di2c-sh_mobile.c695 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_i2c_xfer()
Di2c-omap.c695 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
Di2c-pxa.c989 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
/Linux-v4.19/Documentation/i2c/
Di2c-protocol85 I2C_M_STOP:
/Linux-v4.19/drivers/iio/proximity/
Dpulsedlight-lidar-lite-v2.c71 msg[0].flags = client->flags | I2C_M_STOP; in lidar_i2c_xfer()
/Linux-v4.19/drivers/i2c/algos/
Di2c-algo-bit.c561 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()