Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Di2c.h84 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dsmu_v11_0_i2c.c317 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_transmit()
396 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_receive()
689 i2c_flag |= I2C_M_STOP; in smu_v11_0_i2c_xfer()
/linux-6.6.21/Documentation/i2c/
Di2c-protocol.rst93 I2C_M_STOP:
/linux-6.6.21/drivers/i2c/busses/
Di2c-tegra-bpmp.c49 if (flags & I2C_M_STOP) in tegra_bpmp_xlate_flags()
Di2c-uniphier.c228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
Di2c-hix5hd2.c363 if ((i == num - 1) || (msgs->flags & I2C_M_STOP)) in hix5hd2_i2c_xfer()
Di2c-uniphier-f.c420 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.c654 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
Di2c-mchp-pci1xxxx.c1008 if ((i == num - 1) || (msgs[i].flags & I2C_M_STOP)) in pci1xxxx_i2c_xfer()
Di2c-omap.c699 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
Di2c-pxa.c926 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
/linux-6.6.21/drivers/iio/proximity/
Dpulsedlight-lidar-lite-v2.c76 msg[0].flags = client->flags | I2C_M_STOP; in lidar_i2c_xfer()
/linux-6.6.21/drivers/i2c/algos/
Di2c-algo-bit.c541 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1516 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in aldebaran_i2c_xfer()
Dsmu_v13_0_6_ppt.c1746 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_6_i2c_xfer()
Dsmu_v13_0_0_ppt.c2272 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_0_i2c_xfer()
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c1806 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()
Ddrm_dp_mst_topology.c5598 if (msgs[i].flags & I2C_M_RD || !(msgs[i].flags & I2C_M_STOP) || in remote_i2c_write_ok()
5624 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2109 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in arcturus_i2c_xfer()
Dnavi10_ppt.c3018 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3794 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in sienna_cichlid_i2c_xfer()