Searched full:dpot (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/iio/dac/ |
| H A D | dpot-dac.c | 11 * It is assumed that the dpot is used as a voltage divider between the 12 * current dpot wiper setting and the maximum resistance of the dpot. The 39 struct iio_channel *dpot; member 62 return iio_read_channel_raw(dac->dpot, val); in dpot_dac_read_raw() 65 ret = iio_read_channel_scale(dac->dpot, val, val2); in dpot_dac_read_raw() 105 return iio_read_avail_channel_raw(dac->dpot, vals, length); in dpot_dac_read_avail() 119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw() 141 ret = iio_read_max_channel_raw(dac->dpot, &max); in dpot_dac_channel_max_ohms() 143 dev_err(dev, "dpot does not indicate its raw maximum value\n"); in dpot_dac_channel_max_ohms() 147 switch (iio_read_channel_scale(dac->dpot, &val, &val2)) { in dpot_dac_channel_max_ohms() [all …]
|
| H A D | Makefile | 42 obj-$(CONFIG_DPOT_DAC) += dpot-dac.o
|
| H A D | Kconfig | 400 tristate "DAC emulation using a DPOT" 406 called dpot-dac.
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | dpot-dac.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/dpot-dac.yaml# 13 It is assumed that the dpot is used as a voltage divider between the 14 current dpot wiper setting and the maximum resistance of the dpot. The 32 const: dpot-dac 40 Channel node of the dpot to be used for the voltage division. 43 const: dpot 59 compatible = "dpot-dac"; 61 io-channels = <&dpot 0>; 62 io-channel-names = "dpot";
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | envelope-detector.yaml | 62 dpot: dpot@28 { 70 compatible = "dpot-dac"; 72 io-channels = <&dpot 0>; 73 io-channel-names = "dpot";
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-tse850-3.dts | 61 dac: dpot-dac { 62 compatible = "dpot-dac"; 64 io-channels = <&dpot 0>; 65 io-channel-names = "dpot"; 207 dpot: mcp4651-104@28 { label
|
| /linux/Documentation/devicetree/bindings/iio/potentiometer/ |
| H A D | microchip,mcp4531.yaml | 110 dpot: dpot@28 {
|
| /linux/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 16 Each dpot device will have a set of eeprom, rdac, and tolerance files. How
|
| /linux/ |
| H A D | MAINTAINERS | 12241 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac 12242 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.yaml 12243 F: drivers/iio/dac/dpot-dac.c
|