Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Di2c.h85 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux/drivers/platform/arm64/
H A Dlenovo-thinkpad-t14s.c142 request.flags = I2C_M_STOP; in t14s_ec_read()
182 request.flags = I2C_M_STOP; in t14s_ec_read_evt()
/linux/Documentation/i2c/
H A Di2c-protocol.rst93 I2C_M_STOP:
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst96 I2C_M_STOP:
/linux/drivers/i2c/busses/
H A Di2c-uniphier.c225 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_xfer()
H A Di2c-hix5hd2.c363 if ((i == num - 1) || (msgs->flags & I2C_M_STOP)) in hix5hd2_i2c_xfer()
H A Di2c-uniphier-f.c417 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_xfer()
H A Di2c-fsi.c247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
H A Di2c-sh_mobile.c655 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
H A Di2c-mchp-pci1xxxx.c1008 if ((i == num - 1) || (msgs[i].flags & I2C_M_STOP)) in pci1xxxx_i2c_xfer()
H A Di2c-omap.c701 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
H A Di2c-pxa.c927 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c541 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2026 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v14_0_2_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c2763 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_0_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c3078 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in navi10_i2c_xfer()