Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Di2c.h84 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A 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.3-rc2/Documentation/i2c/
A Di2c-protocol.rst93 I2C_M_STOP:
/linux-6.3-rc2/drivers/iio/proximity/
A Dpulsedlight-lidar-lite-v2.c76 msg[0].flags = client->flags | I2C_M_STOP; in lidar_i2c_xfer()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-tegra-bpmp.c49 if (flags & I2C_M_STOP) in tegra_bpmp_xlate_flags()
A Di2c-uniphier.c228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
A Di2c-uniphier-f.c420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
A Di2c-fsi.c247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
A Di2c-sh_mobile.c654 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
A Di2c-mchp-pci1xxxx.c1008 if ((i == num - 1) || (msgs[i].flags & I2C_M_STOP)) in pci1xxxx_i2c_xfer()
A Di2c-omap.c699 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
A Di2c-pxa.c923 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
/linux-6.3-rc2/drivers/i2c/algos/
A Di2c-algo-bit.c541 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Daldebaran_ppt.c1520 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in aldebaran_i2c_xfer()
A Dsmu_v13_0_0_ppt.c1801 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_0_i2c_xfer()
/linux-6.3-rc2/drivers/gpu/drm/display/
A Ddrm_dp_helper.c1806 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()
A Ddrm_dp_mst_topology.c5537 if (msgs[i].flags & I2C_M_RD || !(msgs[i].flags & I2C_M_STOP) || in remote_i2c_write_ok()
5563 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Darcturus_ppt.c2108 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in arcturus_i2c_xfer()
A Dnavi10_ppt.c3015 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in navi10_i2c_xfer()
A Dsienna_cichlid_ppt.c3748 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in sienna_cichlid_i2c_xfer()

Completed in 83 milliseconds