Searched refs:dpot (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/misc/ |
D | ad525x_dpot.c | 97 static inline int dpot_read_d8(struct dpot_data *dpot) in dpot_read_d8() argument 99 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8() 102 static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg) in dpot_read_r8d8() argument 104 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8() 107 static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg) in dpot_read_r8d16() argument 109 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16() 112 static inline int dpot_write_d8(struct dpot_data *dpot, u8 val) in dpot_write_d8() argument 114 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8() 117 static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val) in dpot_write_r8d8() argument 119 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val); in dpot_write_r8d8() [all …]
|
/linux-4.4.14/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 15 Each dpot device will have a set of eeprom, rdac, and tolerance files. How
|