Home
last modified time | relevance | path

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

/drivers/misc/
Dad525x_dpot-i2c.c30 static int read_d8(void *client) in read_d8() function
46 .read_d8 = read_d8,
Dad525x_dpot-spi.c75 .read_d8 = read8,
Dad525x_dpot.h198 int (*read_d8) (void *client); member
Dad525x_dpot.c99 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8()