Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-i2c.c45 #define I2C_NOSTOP (1 << 4) macro
111 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
113 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
123 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
133 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
135 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
145 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
196 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
206 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-i2c.c48 #define I2C_NOSTOP (1 << 4) macro
116 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
118 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
132 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
142 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
144 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
159 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
210 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
224 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx.h466 #define I2C_NOSTOP 0x1 macro