Home
last modified time | relevance | path

Searched refs:SAA7146_I2C_DELAY (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/common/saa7146/
Dsaa7146_i2c.c133 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
138 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
152 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
157 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
163 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
/linux-4.19.296/include/media/drv-intf/
Dsaa7146.h186 #define SAA7146_I2C_DELAY 5 /* time we wait after certain i2c-operations */ macro