Searched refs:read_r8d8 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | ad525x_dpot-i2c.c | 34 static int read_r8d8(void *client, u8 reg) in read_r8d8() function 46 .read_r8d8 = read_r8d8,
|
H A D | ad525x_dpot-spi.c | 75 .read_r8d8 = read16,
|
H A D | ad525x_dpot.h | 198 int (*read_r8d8)(void *client, u8 reg); member
|
H A D | ad525x_dpot.c | 103 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | ad525x_dpot-i2c.c | 34 static int read_r8d8(void *client, u8 reg) in read_r8d8() function 46 .read_r8d8 = read_r8d8,
|
H A D | ad525x_dpot-spi.c | 75 .read_r8d8 = read16,
|
H A D | ad525x_dpot.h | 198 int (*read_r8d8)(void *client, u8 reg); member
|
H A D | ad525x_dpot.c | 103 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8()
|
Completed in 5 milliseconds