dpot_data 96 drivers/misc/ad525x_dpot.c static inline int dpot_read_d8(struct dpot_data *dpot) dpot_data 101 drivers/misc/ad525x_dpot.c static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg) dpot_data 106 drivers/misc/ad525x_dpot.c static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg) dpot_data 111 drivers/misc/ad525x_dpot.c static inline int dpot_write_d8(struct dpot_data *dpot, u8 val) dpot_data 116 drivers/misc/ad525x_dpot.c static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val) dpot_data 121 drivers/misc/ad525x_dpot.c static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val) dpot_data 126 drivers/misc/ad525x_dpot.c static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg) dpot_data 174 drivers/misc/ad525x_dpot.c static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg) dpot_data 228 drivers/misc/ad525x_dpot.c static s32 dpot_read(struct dpot_data *dpot, u8 reg) dpot_data 236 drivers/misc/ad525x_dpot.c static s32 dpot_write_spi(struct dpot_data *dpot, u8 reg, u16 value) dpot_data 325 drivers/misc/ad525x_dpot.c static s32 dpot_write_i2c(struct dpot_data *dpot, u8 reg, u16 value) dpot_data 400 drivers/misc/ad525x_dpot.c static s32 dpot_write(struct dpot_data *dpot, u8 reg, u16 value) dpot_data 414 drivers/misc/ad525x_dpot.c struct dpot_data *data = dev_get_drvdata(dev); dpot_data 447 drivers/misc/ad525x_dpot.c struct dpot_data *data = dev_get_drvdata(dev); dpot_data 486 drivers/misc/ad525x_dpot.c struct dpot_data *data = dev_get_drvdata(dev); dpot_data 684 drivers/misc/ad525x_dpot.c struct dpot_data *data; dpot_data 687 drivers/misc/ad525x_dpot.c data = kzalloc(sizeof(struct dpot_data), GFP_KERNEL); dpot_data 745 drivers/misc/ad525x_dpot.c struct dpot_data *data = dev_get_drvdata(dev); dpot_data 194 drivers/misc/ad525x_dpot.h struct dpot_data;