Lines Matching full:max1241
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" },
191 .name = "max1241",
200 MODULE_DESCRIPTION("MAX1241 ADC driver");