Searched defs:dpot (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/misc/ |
D | ad525x_dpot.c | 96 static inline int dpot_read_d8(struct dpot_data *dpot) in dpot_read_d8() 101 static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg) in dpot_read_r8d8() 106 static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg) in dpot_read_r8d16() 111 static inline int dpot_write_d8(struct dpot_data *dpot, u8 val) in dpot_write_d8() 116 static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val) in dpot_write_r8d8() 121 static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val) in dpot_write_r8d16() 126 static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg) in dpot_read_spi() 177 static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg) in dpot_read_i2c() 231 static s32 dpot_read(struct dpot_data *dpot, u8 reg) in dpot_read() 239 static s32 dpot_write_spi(struct dpot_data *dpot, u8 reg, u16 value) in dpot_write_spi() [all …]
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | at91-tse850-3.dts | 207 dpot: mcp4651-104@28 { label
|
/linux-6.1.9/drivers/iio/dac/ |
D | dpot-dac.c | 39 struct iio_channel *dpot; member
|