Home
last modified time | relevance | path

Searched refs:I2C_NOSTOP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-i2c.c46 #define I2C_NOSTOP (1 << 4) macro
112 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
114 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
124 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
134 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
136 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
146 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
197 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
207 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-i2c.c44 #define I2C_NOSTOP (1 << 4) macro
112 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
114 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
128 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
138 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
140 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
155 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
206 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
220 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx.h471 #define I2C_NOSTOP 0x1 macro