Searched refs:write_max (Results 1 – 1 of 1) sorted by relevance
83 unsigned int write_max; member375 if (count > at24->write_max) in at24_adjust_write_count()376 count = at24->write_max; in at24_adjust_write_count()703 at24->write_max = min_t(unsigned int, in at24_probe()705 if (!i2c_fn_i2c && at24->write_max > I2C_SMBUS_BLOCK_MAX) in at24_probe()706 at24->write_max = I2C_SMBUS_BLOCK_MAX; in at24_probe()784 byte_len, client->name, at24->write_max); in at24_probe()