Searched refs:rw_func (Results 1 – 1 of 1) sorted by relevance
261 int (*rw_func)(uint8_t, int, uint8_t *, int); in do_ds4510() local334 rw_func = ds4510_mem_read; in do_ds4510()336 rw_func = ds4510_mem_write; in do_ds4510()349 return rw_func(chip, off, (uint8_t *)addr, cnt); in do_ds4510()