dpot_data
static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg)
static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg)
static inline int dpot_write_d8(struct dpot_data *dpot, u8 val)
static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val)
static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val)
static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg)
static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
static s32 dpot_read(struct dpot_data *dpot, u8 reg)
static s32 dpot_write_spi(struct dpot_data *dpot, u8 reg, u16 value)
static s32 dpot_write_i2c(struct dpot_data *dpot, u8 reg, u16 value)
static s32 dpot_write(struct dpot_data *dpot, u8 reg, u16 value)
struct dpot_data *data = dev_get_drvdata(dev);
struct dpot_data *data = dev_get_drvdata(dev);
struct dpot_data *data = dev_get_drvdata(dev);
struct dpot_data *data;
data = kzalloc_obj(struct dpot_data);
struct dpot_data *data = dev_get_drvdata(dev);
static inline int dpot_read_d8(struct dpot_data *dpot)
struct dpot_data;