Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/eeprom/
Dat24.c69 unsigned write_max; member
336 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() local
612 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 …]