Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
Dcx23885-i2c.c35 #define I2C_NOSTOP (1 << 4) macro
101 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
103 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
113 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
123 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
125 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
135 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
186 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
196 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
Dcx25821-i2c.c34 #define I2C_NOSTOP (1 << 4) macro
102 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
104 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
118 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
128 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
130 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
145 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
196 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
210 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
Dcx231xx.h441 #define I2C_NOSTOP 0x1 macro