Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dad525x_dpot-i2c.c40 static int read_r8d16(void *client, u8 reg) in read_r8d16() function
48 .read_r8d16 = read_r8d16,
Dad525x_dpot-spi.c77 .read_r8d16 = read24,
Dad525x_dpot.h200 int (*read_r8d16) (void *client, u8 reg); member
Dad525x_dpot.c109 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16()