Searched full:max1241 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/iio/adc/ |
D | max1241.c | 3 * MAX1241 low-power, 12-bit serial ADC 5 * Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX1240-MAX1241.pdf 19 max1241, enumerator 22 struct max1241 { struct 42 static int max1241_read(struct max1241 *adc) in max1241_read() argument 71 struct max1241 *adc = iio_priv(indio_dev); in max1241_read_raw() 115 struct max1241 *adc = data; in max1241_disable_vdd_action() 126 struct max1241 *adc = data; in max1241_disable_vref_action() 139 struct max1241 *adc; in max1241_probe() 204 { "max1241", max1241 }, [all …]
|
D | Kconfig | 634 config MAX1241 config 635 tristate "Maxim max1241 ADC driver" 638 Say yes here to build support for Maxim max1241 12-bit, single-channel 642 called max1241.
|
D | Makefile | 62 obj-$(CONFIG_MAX1241) += max1241.o
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | maxim,max1241.yaml | 5 $id: http://devicetree.org/schemas/iio/adc/maxim,max1241.yaml# 8 title: Maxim MAX1241 12-bit, single-channel analog to digital converter 14 Bindings for the max1241 12-bit, single-channel ADC device. Datasheet 16 https://datasheets.maximintegrated.com/en/ds/MAX1240-MAX1241.pdf 21 - maxim,max1241 60 compatible = "maxim,max1241";
|