Searched full:max1241 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/iio/adc/ |
H A 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 41 static int max1241_read(struct max1241 *adc) in max1241_read() argument 70 struct max1241 *adc = iio_priv(indio_dev); in max1241_read_raw() 114 struct max1241 *adc = data; in max1241_disable_vref_action() 127 struct max1241 *adc; in max1241_probe() 179 { "max1241", max1241 }, 184 { .compatible = "maxim,max1241" }, [all …]
|
H A D | Kconfig | 811 config MAX1241 config 812 tristate "Maxim max1241 ADC driver" 815 Say yes here to build support for Maxim max1241 12-bit, single-channel 819 called max1241.
|
H A D | Makefile | 76 obj-$(CONFIG_MAX1241) += max1241.o
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A 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 61 compatible = "maxim,max1241";
|