Searched full:max1363 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | maxim,max1363.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/maxim,max1363.yaml# 7 title: Maxim MAX1363 and similar ADCs 21 - maxim,max1363 48 compatible = "maxim,max1363";
|
/linux-6.12.1/drivers/iio/adc/ |
D | max1363.c | 3 * iio/adc/max1363.c 12 * Driver for max1363 and similar chips. 44 /* max1363 and max1236, max1237, max1238, max1239 */ 59 /* max1363 only - though don't care on others. 66 /* Specific to the max1363 */ 83 /* max1363 only - merely part of channel selects or don't care for others */ 88 /* max1363 strictly 0x06 - but doesn't matter */ 204 /* note not available for max1363 hence naming */ 227 /* note only available for max1363 hence naming */ 437 /* Applies to max1363 */ [all …]
|
D | Kconfig | 821 config MAX1363 config 822 tristate "Maxim max1363 ADC driver" 828 converters (ADC). (max1361, max1362, max1363, max1364, max1036, 838 called max1363.
|
D | Makefile | 77 obj-$(CONFIG_MAX1363) += max1363.o
|
D | ad799x.c | 6 * based on iio/adc/max1363
|
/linux-6.12.1/drivers/iio/trigger/ |
D | iio-trig-loop.c | 16 * Tested against a max1363. Used about 33% cpu for the thread and 20%
|