Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/eeprom/
H A Dat24.c616 bool i2c_fn_i2c, i2c_fn_block; in at24_probe() local
625 i2c_fn_i2c = i2c_check_functionality(client->adapter, I2C_FUNC_I2C); in at24_probe()
670 if (!i2c_fn_i2c && !i2c_fn_block) in at24_probe()
727 if (!i2c_fn_i2c && at24->write_max > I2C_SMBUS_BLOCK_MAX) in at24_probe()