Searched refs:rw_func (Results 1 – 1 of 1) sorted by relevance
260 int (*rw_func)(uint8_t, int, uint8_t *, int); in do_ds4510() local333 rw_func = ds4510_mem_read; in do_ds4510()335 rw_func = ds4510_mem_write; in do_ds4510()348 return rw_func(chip, off, (uint8_t *)addr, cnt); in do_ds4510()