Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/cx23885/
A 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()
/linux-6.3-rc2/drivers/media/pci/cx25821/
A 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()
/linux-6.3-rc2/drivers/media/usb/cx231xx/
A Dcx231xx.h439 #define I2C_NOSTOP 0x1 macro

Completed in 15 milliseconds