Searched refs:write_max (Results 1 – 1 of 1) sorted by relevance
69 unsigned write_max; member336 if (count > at24->write_max) in at24_eeprom_write()337 count = at24->write_max; in at24_eeprom_write()605 unsigned write_max = chip.page_size; in at24_probe() local612 if (write_max > io_limit) in at24_probe()613 write_max = io_limit; in at24_probe()614 if (use_smbus && write_max > I2C_SMBUS_BLOCK_MAX) in at24_probe()615 write_max = I2C_SMBUS_BLOCK_MAX; in at24_probe()616 at24->write_max = write_max; in at24_probe()620 write_max + 2, GFP_KERNEL); in at24_probe()[all …]