Searched refs:read_r8d8 (Results 1 – 4 of 4) sorted by relevance
35 static int read_r8d8(void *client, u8 reg) in read_r8d8() function47 .read_r8d8 = read_r8d8,
76 .read_r8d8 = read16,
199 int (*read_r8d8) (void *client, u8 reg); member
104 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8()