Symbol: dpot_data
drivers/misc/ad525x_dpot.c
102
static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg)
drivers/misc/ad525x_dpot.c
107
static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg)
drivers/misc/ad525x_dpot.c
112
static inline int dpot_write_d8(struct dpot_data *dpot, u8 val)
drivers/misc/ad525x_dpot.c
117
static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val)
drivers/misc/ad525x_dpot.c
122
static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val)
drivers/misc/ad525x_dpot.c
127
static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg)
drivers/misc/ad525x_dpot.c
178
static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
drivers/misc/ad525x_dpot.c
232
static s32 dpot_read(struct dpot_data *dpot, u8 reg)
drivers/misc/ad525x_dpot.c
240
static s32 dpot_write_spi(struct dpot_data *dpot, u8 reg, u16 value)
drivers/misc/ad525x_dpot.c
329
static s32 dpot_write_i2c(struct dpot_data *dpot, u8 reg, u16 value)
drivers/misc/ad525x_dpot.c
404
static s32 dpot_write(struct dpot_data *dpot, u8 reg, u16 value)
drivers/misc/ad525x_dpot.c
418
struct dpot_data *data = dev_get_drvdata(dev);
drivers/misc/ad525x_dpot.c
449
struct dpot_data *data = dev_get_drvdata(dev);
drivers/misc/ad525x_dpot.c
488
struct dpot_data *data = dev_get_drvdata(dev);
drivers/misc/ad525x_dpot.c
686
struct dpot_data *data;
drivers/misc/ad525x_dpot.c
689
data = kzalloc_obj(struct dpot_data);
drivers/misc/ad525x_dpot.c
747
struct dpot_data *data = dev_get_drvdata(dev);
drivers/misc/ad525x_dpot.c
97
static inline int dpot_read_d8(struct dpot_data *dpot)
drivers/misc/ad525x_dpot.h
194
struct dpot_data;