Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dadi_i2c.c73 #define I2C_M_STOP 0x2 macro
118 } else if (msg->flags & I2C_M_STOP) { in wait_for_completion()
159 .flags = flags | (len >= 0xff ? I2C_M_STOP : 0), in i2c_transfer()
H A Dtegra186_bpmp_i2c.c30 I2C_M_STOP | \
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Datsha204a-i2c.c154 msg.flags = I2C_M_STOP; in atsha204a_send()
167 msg.flags = I2C_M_RD | I2C_M_STOP; in atsha204a_recv()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2c.h83 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2c.h83 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c.h83 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c53 if (flags & I2C_M_STOP) { in tegra_bpmp_xlate_flags()
55 flags &= ~I2C_M_STOP; in tegra_bpmp_xlate_flags()
H A Di2c-uniphier.c228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
H A Di2c-uniphier-f.c420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
H A Di2c-fsi.c247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
H A Di2c-sh_mobile.c662 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
H A Di2c-omap.c699 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
H A Di2c-pxa.c926 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-protocol.rst96 I2C_M_STOP:
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Dpulsedlight-lidar-lite-v2.c76 msg[0].flags = client->flags | I2C_M_STOP; in lidar_i2c_xfer()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h83 I2C_M_STOP = 0x8000, /* send stop after this message */ enumerator
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_dp_helper.c449 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()
/OK3568_Linux_fs/kernel/drivers/i2c/algos/
H A Di2c-algo-bit.c552 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c1396 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()
H A Ddrm_dp_mst_topology.c5549 if (msgs[i].flags & I2C_M_RD || !(msgs[i].flags & I2C_M_STOP) || in remote_i2c_write_ok()
5575 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()