Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Di2c.h73 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-4.4.14/Documentation/i2c/
Di2c-protocol85 I2C_M_STOP:
/linux-4.4.14/drivers/i2c/busses/
Di2c-uniphier.c253 if (msg->flags & I2C_M_STOP) in uniphier_i2c_master_xfer()
Di2c-uniphier-f.c400 if (msg->flags & I2C_M_STOP) in uniphier_fi2c_master_xfer()
Di2c-sh_mobile.c742 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_i2c_xfer()
Di2c-omap.c661 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
Di2c-pxa.c971 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()