Searched refs:read_post (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | at24.c | 93 void (*read_post)(unsigned int off, char *buf, size_t count); member 126 void (*read_post)(unsigned int off, char *buf, size_t count); member 137 .read_post = _read_post, \ 461 if (unlikely(at24->read_post)) in at24_read() 462 at24->read_post(off, buf, i); in at24_read() 691 at24->read_post = cdata->read_post; in at24_probe()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | at24.c | 88 void (*read_post)(unsigned int off, char *buf, size_t count); member 123 void (*read_post)(unsigned int off, char *buf, size_t count); member 134 .read_post = _read_post, \ 459 if (unlikely(at24->read_post)) in at24_read() 460 at24->read_post(off, buf, i); in at24_read() 688 at24->read_post = cdata->read_post; in at24_probe()
|
Completed in 3 milliseconds