Searched refs:I2C_PORT_MAX (Results 1 – 1 of 1) sorted by relevance
7 #define I2C_PORT_MAX 4 macro9 static int g_i2c_fd[I2C_PORT_MAX] = { -1, -1, -1, -1 };29 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_init()91 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_master_send()136 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_master_recv()181 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_mem_write()225 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_mem_read()262 if (i2c->port >= I2C_PORT_MAX) { in pca9544_i2c_finalize()
Completed in 2 milliseconds