Home
last modified time | relevance | path

Searched refs:read_d8 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/
H A Dad525x_dpot-i2c.c29 static int read_d8(void *client) in read_d8() function
45 .read_d8 = read_d8,
H A Dad525x_dpot-spi.c74 .read_d8 = read8,
H A Dad525x_dpot.h197 int (*read_d8)(void *client); member
H A Dad525x_dpot.c98 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8()