Searched refs:w1_f23_fix_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds2433.c | 49 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count() function 101 if ((count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE)) == 0) in eeprom_read() 210 if ((count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE)) == 0) in eeprom_write()
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds2433.c | 49 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count() function 101 count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE); in eeprom_read() 212 count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE); in eeprom_write()
|
Completed in 3 milliseconds