Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/
Di2c-core-slave.c30 if (!(client->flags & I2C_CLIENT_SLAVE)) in i2c_slave_register()
Di2c-core-of.c51 info->flags |= I2C_CLIENT_SLAVE; in of_i2c_get_board_info()
Di2c-core-base.c534 if (client->flags & I2C_CLIENT_SLAVE) in i2c_encode_flags_to_addr()
996 info.flags |= I2C_CLIENT_SLAVE; in i2c_sysfs_new_device()
/Linux-v4.19/include/linux/
Di2c.h769 #define I2C_CLIENT_SLAVE 0x20 /* we are the slave */ macro