Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-stm32f7.c159 STM32F7_I2C_MAX_SLAVE enumerator
327 struct i2c_client *slave[STM32F7_I2C_MAX_SLAVE];
1295 for (i = 0; i < STM32F7_I2C_MAX_SLAVE; i++) { in stm32f7_i2c_slave_addr()
1316 for (i = 0; i < STM32F7_I2C_MAX_SLAVE; i++) { in stm32f7_i2c_get_slave_id()
1346 for (i = STM32F7_I2C_MAX_SLAVE - 1; i > STM32F7_SLAVE_HOSTNOTIFY; i--) { in stm32f7_i2c_get_free_slave_id()
1366 for (i = 0; i < STM32F7_I2C_MAX_SLAVE; i++) { in stm32f7_i2c_is_slave_registered()
1379 for (i = 0; i < STM32F7_I2C_MAX_SLAVE; i++) { in stm32f7_i2c_is_slave_busy()