Searched refs:at24_regmap_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | at24.c | 323 static ssize_t at24_regmap_read(struct at24_data *at24, char *buf, in at24_regmap_read() function 449 ret = at24_regmap_read(at24, buf + i, off + i, count); in at24_read()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | at24.c | 329 static ssize_t at24_regmap_read(struct at24_data *at24, char *buf, in at24_regmap_read() function 447 ret = at24_regmap_read(at24, buf + i, off + i, count); in at24_read()
|
Completed in 3 milliseconds