Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/eeprom/
Dat24.c83 unsigned int write_max; member
375 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()