Searched full:max1241 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.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 | 636 config MAX1241 config 637 tristate "Maxim max1241 ADC driver" 640 Say yes here to build support for Maxim max1241 12-bit, single-channel 644 called max1241.
|
| D | Makefile | 62 obj-$(CONFIG_MAX1241) += max1241.o
|
| /kernel/linux/linux-6.6/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 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 …]
|
| D | Kconfig | 709 config MAX1241 config 710 tristate "Maxim max1241 ADC driver" 713 Say yes here to build support for Maxim max1241 12-bit, single-channel 717 called max1241.
|
| D | Makefile | 68 obj-$(CONFIG_MAX1241) += max1241.o
|
| /kernel/linux/linux-6.6/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 61 compatible = "maxim,max1241";
|
| /kernel/linux/linux-5.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";
|