Searched defs:dpot (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/
H A Dad525x_dpot.c97 static inline int dpot_read_d8(struct dpot_data *dpot) dpot_read_d8() argument
102 static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg) dpot_read_r8d8() argument
107 static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg) dpot_read_r8d16() argument
112 static inline int dpot_write_d8(struct dpot_data *dpot, u8 val) dpot_write_d8() argument
117 static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val) dpot_write_r8d8() argument
122 static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val) dpot_write_r8d16() argument
127 static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg) dpot_read_spi() argument
175 static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg) dpot_read_i2c() argument
231 static s32 dpot_read(struct dpot_data *dpot, u8 reg) dpot_read() argument
239 static s32 dpot_write_spi(struct dpot_data *dpot, u8 reg, u16 value) dpot_write_spi() argument
328 static s32 dpot_write_i2c(struct dpot_data *dpot, u8 reg, u16 value) dpot_write_i2c() argument
403 static s32 dpot_write(struct dpot_data *dpot, u8 reg, u16 value) dpot_write() argument

Completed in 42 milliseconds