Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/common/saa7146/
Dsaa7146_i2c.c130 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
135 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
149 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
154 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
160 msleep(SAA7146_I2C_DELAY); in saa7146_i2c_reset()
/linux-6.12.1/include/media/drv-intf/
Dsaa7146.h186 #define SAA7146_I2C_DELAY 5 /* time we wait after certain i2c-operations */ macro