Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dgateworks-gsc.c30 #define I2C_RETRIES 3 macro
37 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_write()
56 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_read()
/linux-6.1.9/include/uapi/linux/
Di2c-dev.h21 #define I2C_RETRIES 0x0701 /* number of times a device address should macro
/linux-6.1.9/drivers/i2c/
Di2c-dev.c472 case I2C_RETRIES: in i2cdev_ioctl()